Commit Graph

253 Commits (d90e8974cc13fcaf1bc2429ddb1196f6a03f858e)

Author SHA1 Message Date
Demian d90e8974cc telebot: restructure and refactor 2 years ago
Demian d9b2c62833 payments: implement createInvoiceLink 2 years ago
Demian 2a6eec366f admin: implement my default administrator rights 2 years ago
Demian 933fcacf4a telebot: rename voice chat to the video chat 2 years ago
Demian dc27c6cb4c bot: implement menu button 2 years ago
Demian cee9ad2ddd telebot: refactor web apps 2 years ago
demget 352b5c89f1
Merge pull request #509 from dzen-it/v3-webapp_support
Web App support
2 years ago
Demian 2e4664a387 bot: use timeout for the default http client 2 years ago
Demian c4f759fb07 middleware: implement Recover, add docs 2 years ago
Ilya 11cbaeaf0e
Merge pull request #532 from codemorego/v3-do-cancel-poll-on-bot-stop-immediately
do cancel poll immediately on bot stop
2 years ago
Beshenka 177166856b bot: fix DeleteCommands 2 years ago
JSP 4d903fb681 Check bot.stopClient is not nil when closing it, could happen if Stop called before or without Start. 2 years ago
JSP 8ec2c93e17 Cancel Raw() call immediately without waiting for the request's timeout when bot is about to stop.
This may become important if doing long polling with long timeout.
2 years ago
Mikhail Borovikov 2c2e8dcff1 Added AnswerWebApp for using in a Handle method 2 years ago
Demian 8ad1e044ee telebot: naming, docs 2 years ago
Ian P Badtrousers 043315d184
Merge pull request #482 from swithek/v3-blocking-stop
Wait for the active poller to exit when Stop() is called
2 years ago
swithek 96c9c520b3 bot: block until poller exits 2 years ago
zry98 a596da19f7
Fix naming 2 years ago
zry98 6cc14872e4
Merge branch 'tucnak:v3' into v3 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 3a6cb71b40 context: remove excessive fields 2 years ago
Demian 7f936709f3 bot: fix SendAlbum file id setting 3 years ago
Demian 10b70a53b1 chat: fix response struct in the invite link methods 3 years ago
Demian ab94471e99 bot: fix entities passing for InputMedia 3 years ago
Demian 0463e22543 telebot: rework media, implement Media and Inputtable interfaces 3 years ago
Demian 811e9555ed telebot: implement OnMedia endpoint 3 years ago
Demian 8d1854e2a7 bot: change chat type to Recipient in invite link functions 3 years ago
Demian 8f5f797de8 implement bot api 5.4 3 years ago
Demian a786fb49b7 bot: implement ChatByUsername 3 years ago
zry98 dbe29aa9b4
Implement missing parameters of commands-related methods 3 years ago
Nikita 694d569c0f
bot: handle Animation in EditMedia 3 years ago
Demian 3c4f3edef6 bot: change ChatByID id type to int64 3 years ago
Enrico204 9992a227c2 Fix SetGroupPermissions JSON request body 3 years ago
Demian 2ef032b358 bot: fix default parse mode embedding in EditMedia 3 years ago
Demian 20ec6fc7fc bot: tidy the chat member type 3 years ago
Demian 570c656d0c context: add original update to the context 3 years ago
Demian cb12b170d3 telebot: add missed events 3 years ago
Demian 99226e5292 context: add update id field 3 years ago
Demian f4ae9d0c08 context: add chat member updates 3 years ago
Demian f61d30b66b telebot: satisfy Editable for Callback and InlineResult, remove InlineID from Message 3 years ago
Demian fb7de291df telebot: rename ChosenInlineResult to the InlineResult 3 years ago
demget bd0bb74d13 Merge pull request #408 from DiscoreMe/develop
api: support 5.2
3 years ago
demget e02f9ceb37 Merge pull request #401 from comerc/v2
Add copyMessage
3 years ago
demget e7f0e64c71 Merge pull request #407 from DiscoreMe/develop
api: support 5.1
3 years ago
demget 2d17e0e12c Merge pull request #405 from DiscoreMe/develop
api: support 5.0
3 years ago
demget e03da5dc42 Merge pull request #382 from omar-polo/v2
implement my_chat_member and chat_member
3 years ago
Ian P Badtrousers 8261689cda Merge pull request #377 from omar-polo/v2
implements voice chat service messages
3 years ago
demget 1b57dbc404 Merge pull request #371 from metalmatze/test-offline
Expose offline settings for Bot
3 years ago
demget f29096837c Merge pull request #364 from rusq/v2
Enable handling callbacks with Unique contaning "-"
3 years ago