Commit Graph

37 Commits (v3)

Author SHA1 Message Date
Nash-Well 5ff8b89b2b
errors: provide an error bot is not channel chat member (#659)
* errors: provide an error bot is not channel chat member

* errors: refactor
3 months ago
Demian 71ac2995cc errors: implement ErrIs 7 months ago
Demian 76f1c0eef8 errors: add missed entries to Err 7 months ago
awohsen 4e31cc6eac
errors: add join request related errors (#570) 7 months ago
demget 699e5dbbdd
errors: add ErrKickedFromChannel 1 year ago
Demian d90e8974cc telebot: restructure and refactor 2 years ago
Nikita 54d6d11678 errors: add forward message 2 years ago
Demian f0291132d3 errors: complete the list 2 years ago
Demian 9805b1f622 errors: refactor 2 years ago
Enrico204 cb3170d510 Add error parameters from JSON error to APIError 3 years ago
Enrico204 87a87bd338 Remove unused regex and format errors and utils files 3 years ago
Enrico204 ff90c378bb Parse error messages using JSON parser instead of regexes 3 years ago
Demian e467d6286c errors: update and implement flood error 4 years ago
Demian f82c0ec609 telebot: fix linter inspection problems 4 years ago
demget fa41701896
Merge pull request #294 from aofei/v2
errors: fix regular expression
4 years ago
Aofei Sheng bd0dd26192 errors: fix regular expression
Telegram Bot API now returns an extra field for error responses, such
as: {"ok":false,"error_code":429,"description":"Too Many Requests: retry
after 8","parameters":{"retry_after":8}}
4 years ago
Ian Patrick Badtrousers d7c155f97e keyboards: simple constructors added 4 years ago
Orivej Desh e1f3fbce0c errors: add ErrNotStartedByUser 4 years ago
Demian b44f36425c errors: remove extra space 4 years ago
Demian 9b11223d56 bot: complete Polls 2.0 API 4 years ago
Demian ad254b61d9 errors: add ErrButtonDataInvalid 4 years ago
unknown e5789a08bb Refactor unexported code 4 years ago
unknown b9700ba874 Rename errors to make it more clearer 4 years ago
unknown c04b55dcba Add missed api errors 4 years ago
unknown ce43c6a8a2 Refactor code, fix code style issues 4 years ago
Artem d821e6b78d go fmt 4 years ago
Artem 97291ef25b errors: switch differentiation in bot.Raw() 4 years ago
Artem Siryk cce5287f94 errors: renamed Error to ApiError; it now satiesfies `error` 4 years ago
Artem Siryk 0d3d5fdc94 errors: static error mappings introduced 4 years ago
Ilya Kowalewski 6e16b55de1 Getting rid of excessive error types, switching to fmt.Errorf 9 years ago
Ilya Kowalewski e041242bb2 Fixed a bunch of lint issues 9 years ago
Ilya Kowalewski 6a4863ece8 Sending photos, API improvements 9 years ago
Ilya Kowalewski fa51650dad A little more documentation, code cleanup 9 years ago
Ilya Kowalewski 745b4bc76f Sending messages: basic functionality 9 years ago
Ilya Kowalewski 25b2575f10 Message handling: Listen(), AddListener(), Listener 9 years ago
Ilya Kowalewski 37f537bfab Minor documentation fixes 9 years ago
Ilya Kowalewski 4bb4333bb1 Minimal auth functionality: Create() 9 years ago