Add EMOTICON_STICKERPACK_MISSING error

This commit is contained in:
Andrew Lane 2020-10-12 16:07:09 -04:00
parent 0b1e5c6da1
commit 7365e33935
No known key found for this signature in database
GPG Key ID: 14F480EC683050C5
2 changed files with 2 additions and 1 deletions

View File

@ -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}"
EMOTICON_EMPTY,400,The emoticon field cannot be empty
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
ENCRYPTION_ALREADY_ACCEPTED,400,Secret chat already accepted
ENCRYPTION_ALREADY_DECLINED,400,The secret chat was already declined

1 name codes description
87 EMAIL_UNCONFIRMED_X 400 Email unconfirmed, the length of the code must be {code_length}
88 EMOTICON_EMPTY 400 The emoticon field cannot be empty
89 EMOTICON_INVALID 400 The specified emoticon cannot be used or was not a emoticon
90 EMOTICON_STICKERPACK_MISSING 400 The emoticon sticker pack you are trying to get is missing
91 ENCRYPTED_MESSAGE_INVALID 400 Encrypted message invalid
92 ENCRYPTION_ALREADY_ACCEPTED 400 Secret chat already accepted
93 ENCRYPTION_ALREADY_DECLINED 400 The secret chat was already declined

View File

@ -236,7 +236,7 @@ messages.getScheduledMessages,user,
messages.getSearchCounters,user,
messages.getSplitRanges,user,
messages.getStatsURL,user,
messages.getStickerSet,both,STICKERSET_INVALID
messages.getStickerSet,both,EMOTICON_STICKERPACK_MISSING STICKERSET_INVALID
messages.getStickers,user,EMOTICON_EMPTY
messages.getSuggestedDialogFilters,user,
messages.getUnreadMentions,user,PEER_ID_INVALID

1 method usability errors
236 messages.getSearchCounters user
237 messages.getSplitRanges user
238 messages.getStatsURL user
239 messages.getStickerSet both STICKERSET_INVALID EMOTICON_STICKERPACK_MISSING STICKERSET_INVALID
240 messages.getStickers user EMOTICON_EMPTY
241 messages.getSuggestedDialogFilters user
242 messages.getUnreadMentions user PEER_ID_INVALID