-
-
Notifications
You must be signed in to change notification settings - Fork 891
Telegram API 5.3 #610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telegram API 5.3 #610
Conversation
@@ -225,6 +225,7 @@ class Methods(Helper): | |||
GET_USER_PROFILE_PHOTOS = Item() # getUserProfilePhotos | |||
GET_FILE = Item() # getFile | |||
KICK_CHAT_MEMBER = Item() # kickChatMember |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need this value here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Until Bot API supports this method (or 3.0 released) this value can be available here, no worry about it
@@ -244,12 +245,14 @@ class Methods(Helper): | |||
LEAVE_CHAT = Item() # leaveChat | |||
GET_CHAT = Item() # getChat | |||
GET_CHAT_ADMINISTRATORS = Item() # getChatAdministrators | |||
GET_CHAT_MEMBERS_COUNT = Item() # getChatMembersCount | |||
GET_CHAT_MEMBER_COUNT = Item() # getChatMemberCount | |||
GET_CHAT_MEMBERS_COUNT = Item() # getChatMembersCount (renamed to getChatMemberCount) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
Description
Add Telegram API 5.3 support
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: