mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-09-19 02:12:40 +03:00
Add error from https://t.me/TelethonChat/545141
This commit is contained in:
parent
470ee9a06a
commit
16ba2a3a69
|
@ -67,6 +67,7 @@ CHANNELS_ADMIN_LOCATED_TOO_MUCH,400,The user has reached the limit of public geo
|
||||||
CHANNELS_ADMIN_PUBLIC_TOO_MUCH,400,"You're admin of too many public channels, make some channels private to change the username of this channel"
|
CHANNELS_ADMIN_PUBLIC_TOO_MUCH,400,"You're admin of too many public channels, make some channels private to change the username of this channel"
|
||||||
CHANNELS_TOO_MUCH,400,You have joined too many channels/supergroups
|
CHANNELS_TOO_MUCH,400,You have joined too many channels/supergroups
|
||||||
CHANNEL_BANNED,400,The channel is banned
|
CHANNEL_BANNED,400,The channel is banned
|
||||||
|
CHANNEL_FORUM_MISSING,400,
|
||||||
CHANNEL_ID_INVALID,400,The specified supergroup ID is invalid
|
CHANNEL_ID_INVALID,400,The specified supergroup ID is invalid
|
||||||
CHANNEL_INVALID,400,"Invalid channel object. Make sure to pass the right types, for instance making sure that the request is designed for channels or otherwise look for a different one more suited"
|
CHANNEL_INVALID,400,"Invalid channel object. Make sure to pass the right types, for instance making sure that the request is designed for channels or otherwise look for a different one more suited"
|
||||||
CHANNEL_PARICIPANT_MISSING,400,The current user is not in the channel
|
CHANNEL_PARICIPANT_MISSING,400,The current user is not in the channel
|
||||||
|
|
|
Loading…
Reference in New Issue
Block a user