add new error

This commit is contained in:
Shrimadhav U K 2021-08-23 09:45:39 +05:30 committed by GitHub
parent 819c6b124f
commit e4b6ef0e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,6 +286,7 @@ messages.sendVote,user,MESSAGE_POLL_CLOSED OPTION_INVALID
messages.setBotCallbackAnswer,both,QUERY_ID_INVALID URL_INVALID
messages.setBotPrecheckoutResults,both,ERROR_TEXT_EMPTY
messages.setBotShippingResults,both,QUERY_ID_INVALID
messages.setChatTheme,user,EMOJI_INVALID
messages.setEncryptedTyping,user,CHAT_ID_INVALID
messages.setGameScore,bot,PEER_ID_INVALID USER_BOT_REQUIRED
messages.setHistoryTTL,user,CHAT_NOT_MODIFIED TTL_PERIOD_INVALID

1 method usability errors
286 messages.setBotCallbackAnswer both QUERY_ID_INVALID URL_INVALID
287 messages.setBotPrecheckoutResults both ERROR_TEXT_EMPTY
288 messages.setBotShippingResults both QUERY_ID_INVALID
289 messages.setChatTheme user EMOJI_INVALID
290 messages.setEncryptedTyping user CHAT_ID_INVALID
291 messages.setGameScore bot PEER_ID_INVALID USER_BOT_REQUIRED
292 messages.setHistoryTTL user CHAT_NOT_MODIFIED TTL_PERIOD_INVALID