mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Document new known RPC error
This commit is contained in:
parent
26ff92caa9
commit
accb2142e7
|
@ -30,6 +30,7 @@ BOT_MISSING,400,This method can only be run by a bot
|
||||||
BOT_PAYMENTS_DISABLED,400,This method can only be run by a bot
|
BOT_PAYMENTS_DISABLED,400,This method can only be run by a bot
|
||||||
BOT_POLLS_DISABLED,400,You cannot create polls under a bot account
|
BOT_POLLS_DISABLED,400,You cannot create polls under a bot account
|
||||||
BOT_RESPONSE_TIMEOUT,400,The bot did not answer to the callback query in time
|
BOT_RESPONSE_TIMEOUT,400,The bot did not answer to the callback query in time
|
||||||
|
BROADCAST_FORBIDDEN,403,The request cannot be used in broadcast channels
|
||||||
BROADCAST_ID_INVALID,400,The channel is invalid
|
BROADCAST_ID_INVALID,400,The channel is invalid
|
||||||
BROADCAST_PUBLIC_VOTERS_FORBIDDEN,400,You cannot broadcast polls where the voters are public
|
BROADCAST_PUBLIC_VOTERS_FORBIDDEN,400,You cannot broadcast polls where the voters are public
|
||||||
BROADCAST_REQUIRED,400,The request can only be used with a broadcast channel
|
BROADCAST_REQUIRED,400,The request can only be used with a broadcast channel
|
||||||
|
|
|
|
@ -227,7 +227,7 @@ messages.getPeerDialogs,user,CHANNEL_PRIVATE PEER_ID_INVALID
|
||||||
messages.getPeerSettings,user,CHANNEL_INVALID PEER_ID_INVALID
|
messages.getPeerSettings,user,CHANNEL_INVALID PEER_ID_INVALID
|
||||||
messages.getPinnedDialogs,user,
|
messages.getPinnedDialogs,user,
|
||||||
messages.getPollResults,user,
|
messages.getPollResults,user,
|
||||||
messages.getPollVotes,user,
|
messages.getPollVotes,user,BROADCAST_FORBIDDEN
|
||||||
messages.getRecentLocations,user,
|
messages.getRecentLocations,user,
|
||||||
messages.getRecentStickers,user,
|
messages.getRecentStickers,user,
|
||||||
messages.getSavedGifs,user,
|
messages.getSavedGifs,user,
|
||||||
|
|
|
Loading…
Reference in New Issue
Block a user