mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 17:36:34 +03:00
Improve PEER_ID_INVALID description
This commit is contained in:
parent
5c93ea8019
commit
18f70b3bac
|
@ -194,7 +194,7 @@ PASSWORD_REQUIRED,400,The account must have 2-factor authentication enabled (a p
|
||||||
PASSWORD_TOO_FRESH_X,400,The password was added too recently and {seconds} seconds must pass before using the method
|
PASSWORD_TOO_FRESH_X,400,The password was added too recently and {seconds} seconds must pass before using the method
|
||||||
PAYMENT_PROVIDER_INVALID,400,The payment provider was not recognised or its token was invalid
|
PAYMENT_PROVIDER_INVALID,400,The payment provider was not recognised or its token was invalid
|
||||||
PEER_FLOOD,,Too many requests
|
PEER_FLOOD,,Too many requests
|
||||||
PEER_ID_INVALID,400,An invalid Peer was used. Make sure to pass the right peer type
|
PEER_ID_INVALID,400,"An invalid Peer was used. Make sure to pass the right peer type and that the value is valid (for instance, bots cannot start conversations)"
|
||||||
PEER_ID_NOT_SUPPORTED,400,The provided peer ID is not supported
|
PEER_ID_NOT_SUPPORTED,400,The provided peer ID is not supported
|
||||||
PERSISTENT_TIMESTAMP_EMPTY,400,Persistent timestamp empty
|
PERSISTENT_TIMESTAMP_EMPTY,400,Persistent timestamp empty
|
||||||
PERSISTENT_TIMESTAMP_INVALID,400,Persistent timestamp invalid
|
PERSISTENT_TIMESTAMP_INVALID,400,Persistent timestamp invalid
|
||||||
|
|
|
Loading…
Reference in New Issue
Block a user