mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 03:08:51 +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
|
|
@ -157,7 +157,7 @@ class Methods(Helper):
|
|||
|
||||
List is updated to Bot API 3.2
|
||||
"""
|
||||
mode = HelperMode.camelCase
|
||||
mode = HelperMode.lowerCamelCase
|
||||
|
||||
# Getting Updates
|
||||
GET_UPDATES = Item() # getUpdates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue