mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-31 10:19:48 +03:00
Add EMOTICON_STICKERPACK_MISSING error
This commit is contained in:
parent
0b1e5c6da1
commit
7365e33935
|
@ -87,6 +87,7 @@ EMAIL_INVALID,400,The given email is invalid
|
||||||
EMAIL_UNCONFIRMED_X,400,"Email unconfirmed, the length of the code must be {code_length}"
|
EMAIL_UNCONFIRMED_X,400,"Email unconfirmed, the length of the code must be {code_length}"
|
||||||
EMOTICON_EMPTY,400,The emoticon field cannot be empty
|
EMOTICON_EMPTY,400,The emoticon field cannot be empty
|
||||||
EMOTICON_INVALID,400,The specified emoticon cannot be used or was not a emoticon
|
EMOTICON_INVALID,400,The specified emoticon cannot be used or was not a emoticon
|
||||||
|
EMOTICON_STICKERPACK_MISSING,400,The emoticon sticker pack you are trying to get is missing
|
||||||
ENCRYPTED_MESSAGE_INVALID,400,Encrypted message invalid
|
ENCRYPTED_MESSAGE_INVALID,400,Encrypted message invalid
|
||||||
ENCRYPTION_ALREADY_ACCEPTED,400,Secret chat already accepted
|
ENCRYPTION_ALREADY_ACCEPTED,400,Secret chat already accepted
|
||||||
ENCRYPTION_ALREADY_DECLINED,400,The secret chat was already declined
|
ENCRYPTION_ALREADY_DECLINED,400,The secret chat was already declined
|
||||||
|
|
|
|
@ -236,7 +236,7 @@ messages.getScheduledMessages,user,
|
||||||
messages.getSearchCounters,user,
|
messages.getSearchCounters,user,
|
||||||
messages.getSplitRanges,user,
|
messages.getSplitRanges,user,
|
||||||
messages.getStatsURL,user,
|
messages.getStatsURL,user,
|
||||||
messages.getStickerSet,both,STICKERSET_INVALID
|
messages.getStickerSet,both,EMOTICON_STICKERPACK_MISSING STICKERSET_INVALID
|
||||||
messages.getStickers,user,EMOTICON_EMPTY
|
messages.getStickers,user,EMOTICON_EMPTY
|
||||||
messages.getSuggestedDialogFilters,user,
|
messages.getSuggestedDialogFilters,user,
|
||||||
messages.getUnreadMentions,user,PEER_ID_INVALID
|
messages.getUnreadMentions,user,PEER_ID_INVALID
|
||||||
|
|
|
Loading…
Reference in New Issue
Block a user