mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
bot.py: fix snake_case alias
This commit is contained in:
parent
663fa0013d
commit
1abbca3324
1 changed files with 1 additions and 1 deletions
|
@ -1466,4 +1466,4 @@ class Bot(TelegramObject):
|
|||
get_chat = getChat
|
||||
get_chat_administrators = getChatAdministrators
|
||||
get_chat_member = getChatMember
|
||||
get_chat_member_count = getChatMembersCount
|
||||
get_chat_members_count = getChatMembersCount
|
||||
|
|
Loading…
Add table
Reference in a new issue