X Tutup
Skip to content

Commit 1abbca3

Browse files
committed
bot.py: fix snake_case alias
1 parent 663fa00 commit 1abbca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,4 +1466,4 @@ def __reduce__(self):
14661466
get_chat = getChat
14671467
get_chat_administrators = getChatAdministrators
14681468
get_chat_member = getChatMember
1469-
get_chat_member_count = getChatMembersCount
1469+
get_chat_members_count = getChatMembersCount

0 commit comments

Comments
 (0)
X Tutup