Advertisement
Guest User

Untitled

a guest
Nov 16th, 2020
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. """
  2. - TelegramAPIError
  3. - ValidationError
  4. - Throttled
  5. - BadRequest
  6. - MessageError
  7. - MessageNotModified
  8. - MessageToForwardNotFound
  9. - MessageToDeleteNotFound
  10. - MessageToPinNotFound
  11. - MessageIdentifierNotSpecified
  12. - MessageTextIsEmpty
  13. - MessageCantBeEdited
  14. - MessageCantBeDeleted
  15. - MessageCantBeForwarded
  16. - MessageToEditNotFound
  17. - MessageToReplyNotFound
  18. - ToMuchMessages
  19. - PollError
  20. - PollCantBeStopped
  21. - PollHasAlreadyClosed
  22. - PollsCantBeSentToPrivateChats
  23. - PollSizeError
  24. - PollMustHaveMoreOptions
  25. - PollCantHaveMoreOptions
  26. - PollsOptionsLengthTooLong
  27. - PollOptionsMustBeNonEmpty
  28. - PollQuestionMustBeNonEmpty
  29. - MessageWithPollNotFound (with MessageError)
  30. - MessageIsNotAPoll (with MessageError)
  31. - ObjectExpectedAsReplyMarkup
  32. - InlineKeyboardExpected
  33. - ChatNotFound
  34. - ChatDescriptionIsNotModified
  35. - InvalidQueryID
  36. - InvalidPeerID
  37. - InvalidHTTPUrlContent
  38. - ButtonURLInvalid
  39. - URLHostIsEmpty
  40. - StartParamInvalid
  41. - ButtonDataInvalid
  42. - FileIsTooBig
  43. - WrongFileIdentifier
  44. - GroupDeactivated
  45. - BadWebhook
  46. - WebhookRequireHTTPS
  47. - BadWebhookPort
  48. - BadWebhookAddrInfo
  49. - BadWebhookNoAddressAssociatedWithHostname
  50. - NotFound
  51. - MethodNotKnown
  52. - PhotoAsInputFileRequired
  53. - InvalidStickersSet
  54. - NoStickerInRequest
  55. - ChatAdminRequired
  56. - NeedAdministratorRightsInTheChannel
  57. - MethodNotAvailableInPrivateChats
  58. - CantDemoteChatCreator
  59. - CantRestrictSelf
  60. - NotEnoughRightsToRestrict
  61. - PhotoDimensions
  62. - UnavailableMembers
  63. - TypeOfFileMismatch
  64. - WrongRemoteFileIdSpecified
  65. - PaymentProviderInvalid
  66. - CurrencyTotalAmountInvalid
  67. - CantParseUrl
  68. - UnsupportedUrlProtocol
  69. - CantParseEntities
  70. - ResultIdDuplicate
  71. - MethodIsNotAvailable
  72. - ConflictError
  73. - TerminatedByOtherGetUpdates
  74. - CantGetUpdates
  75. - Unauthorized
  76. - BotKicked
  77. - BotBlocked
  78. - UserDeactivated
  79. - CantInitiateConversation
  80. - CantTalkWithBots
  81. - NetworkError
  82. - RetryAfter
  83. - MigrateToChat
  84. - RestartingTelegram
  85. - AIOGramWarning
  86. - TimeoutWarning
  87. """
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement