mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
More correct names for writing styles in HelperMode
This commit is contained in:
parent
2346ade309
commit
b65f181402
7 changed files with 31 additions and 21 deletions
|
|
@ -253,7 +253,7 @@ class ContentType(Helper):
|
|||
:key: SUCCESSFUL_PAYMENT
|
||||
:key: UNKNOWN
|
||||
"""
|
||||
mode = HelperMode.lower_case
|
||||
mode = HelperMode.snake_case
|
||||
|
||||
TEXT = ListItem() # text
|
||||
AUDIO = ListItem() # audio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue