Finish update to layer 98

This commit is contained in:
Lonami Exo
2019-04-22 19:02:15 +02:00
parent 013525797a
commit bb23bc0fd2
3 changed files with 25 additions and 28 deletions

View File

@@ -251,6 +251,7 @@ USER_BOT_REQUIRED,400,This method can only be called by a bot
USER_CHANNELS_TOO_MUCH,403,One of the users you tried to add is already in too many channels/supergroups
USER_CREATOR,400,"You can't leave this channel, because you're its creator"
USER_DEACTIVATED,401,The user has been deleted/deactivated
USER_DEACTIVATED_BAN,401,The user has been deleted/deactivated
USER_ID_INVALID,400,"Invalid object ID for a user. Make sure to pass the right types, for instance making sure that the request is designed for users or otherwise look for a different one more suited"
USER_INVALID,400,The given user was invalid
USER_IS_BLOCKED,400 403,User is blocked
1 name codes description
251 USER_CHANNELS_TOO_MUCH 403 One of the users you tried to add is already in too many channels/supergroups
252 USER_CREATOR 400 You can't leave this channel, because you're its creator
253 USER_DEACTIVATED 401 The user has been deleted/deactivated
254 USER_DEACTIVATED_BAN 401 The user has been deleted/deactivated
255 USER_ID_INVALID 400 Invalid object ID for a user. Make sure to pass the right types, for instance making sure that the request is designed for users or otherwise look for a different one more suited
256 USER_INVALID 400 The given user was invalid
257 USER_IS_BLOCKED 400 403 User is blocked