Commit Graph

75 Commits (bd66ef87a9cd0df6d9566db2129e7f57e3d9a2c9)

Author SHA1 Message Date
Demian 4da4605bec api: move verbose logging out 2 years ago
Demian c4f759fb07 middleware: implement Recover, add docs 2 years ago
JSP f3bc8545a4 Make Bot.debug to be aware of Bot.verbose flag to be less spammy
especially with sensible error messages during polling failures which
contains bot's token.
2 years ago
demget 9849ae0f18
Merge pull request #485 from setval/support-5.6
api: support 5.6
2 years ago
Nikita 496146d307 options: add protect 2 years ago
Nikita c277d8daf0 content: add protect params 2 years ago
demget 2aedc24dce
Merge pull request #452 from zry98/v3
Implement missing parameters of commands-related methods
2 years ago
Demian 1cfc31f074 options: add AllowWithoutReply 2 years ago
Demian 6a0ece4b8f telebot: move disable_content_type_detection from options to document 2 years ago
zry98 a596da19f7
Fix naming 2 years ago
zry98 6cc14872e4
Merge branch 'tucnak:v3' into v3 2 years ago
Demian 9805b1f622 errors: refactor 2 years ago
Demian be2933a4fa all: use errors from the standard library 2 years ago
Demian b14a065384 bot: set backup OnError if such was not passed 2 years ago
Demian 0463e22543 telebot: rework media, implement Media and Inputtable interfaces 3 years ago
Demian e05ea9522c options: delete parse_mode from params together with entities 3 years ago
Demian 50783dccea options: implement message entities option 3 years ago
zry98 dbe29aa9b4
Implement missing parameters of commands-related methods 3 years ago
Demian 73e51e50e6 remove logging redundancy 3 years ago
demget bd0bb74d13 Merge pull request #408 from DiscoreMe/develop
api: support 5.2
3 years ago
demget 2d17e0e12c Merge pull request #405 from DiscoreMe/develop
api: support 5.0
3 years ago
Enrico204 b6706e784c Decode big integers using Number and not float64 in error messages 3 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 ca801f2f1c options: fix nil reply markup handling 4 years ago
Demian 6d548640f2 options: add RemoveKeyboard option 4 years ago
Demian e467d6286c errors: update and implement flood error 4 years ago
Demian 9f08ef94de telebot: remove ErrSkip
There is no need in this error, as we can skip or abort the execution
by simply returning a nil, instead of calling the next context handler.
4 years ago
Demian 91f4c3498e util: fix possible nil dereference in debug 4 years ago
Demian a70d2204db bot: fix root group handling 4 years ago
Demian 4062f24361 context: pass context to the OnError middleware 4 years ago
Demian f1015d1754 middleware: basic implementation and groups 4 years ago
Demian 5a480bd291 Merge branch 'v2' into v3 4 years ago
Demian 5f6792d860 context: adapt handlers 4 years ago
PiggyMoe 2b4e7eeb65
util: fix param type for embedRights 4 years ago
Demian 5a1a187e87 telebot: clarify and fix all naming issues 4 years ago
Demian 98a898f4c7 bot: add default parse mode feature 4 years ago
Demian c271d16dfc bot: handle True response results 4 years ago
Orivej Desh f95090faf1 bot: expose ProcessUpdate and add Synchronous handlers mode
Bot.ProcessUpdate in synchronous mode can be used as an AWS Lambda function.
4 years ago
Demian 4e2f28c4f3 bot: implement editMessageLiveLocation, update some documentation 4 years ago
unknown 18d73fe70c Merge branch 'v2' into develop 4 years ago
Viktor Oreshkin f096d2b1ad unconvert ParseMode string cast 4 years ago
unknown e5789a08bb Refactor unexported code 4 years ago
unknown ce43c6a8a2 Refactor code, fix code style issues 4 years ago
Viktor Oreshkin da7bc9e2ff explicitly ignore error in embedRights 5 years ago
Viktor Oreshkin 6cf54c1557 Improve some loops (use copy, style fix) 5 years ago
evgendn 240965f18d Add stickers methods 5 years ago
Ian Byrd 9b714b274c reducing excessive deffered calls 5 years ago
Ian Byrd 42933c1912 small fixes, go.{mod,sum} 5 years ago