Commit Graph

73 Commits (d90e8974cc13fcaf1bc2429ddb1196f6a03f858e)

Author SHA1 Message Date
Demian d90e8974cc telebot: restructure and refactor 2 years ago
Demian 8042463d7f stickers: implement custom emoji support 2 years ago
Demian 933fcacf4a telebot: rename voice chat to the video chat 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 c6bead1174 telebot: add a shortcut for map[string]any 2 years ago
Mikhail Borovikov 2c2e8dcff1 Added AnswerWebApp for using in a Handle method 2 years ago
Ian P Badtrousers dd790ca6c1 README: getting rid of past import path artifacts 2 years ago
Nikita c277d8daf0 content: add protect params 2 years ago
Demian be2933a4fa all: use errors from the standard library 2 years ago
Demian 811e9555ed telebot: implement OnMedia endpoint 3 years ago
Demian 8f5f797de8 implement bot api 5.4 3 years ago
Demian cb12b170d3 telebot: add missed events 3 years ago
Demian 1b1c30eeb2 telebot: update docs, reorder events 3 years ago
Demian fb7de291df telebot: rename ChosenInlineResult to the InlineResult 3 years ago
Demian 5ba8bf6a2f telebot: update docs 3 years ago
demget bd0bb74d13 Merge pull request #408 from DiscoreMe/develop
api: support 5.2
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 6de4d3e537 Merge pull request #338 from PaulLesur/bowling-dice
Add bowling dice
3 years ago
Demian 684692e890 telebot: add goal and slot dices 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 bc180b4a47 telebot: tele is our new alias 4 years ago
Demian f1015d1754 middleware: basic implementation and groups 4 years ago
Demian 5a1a187e87 telebot: clarify and fix all naming issues 4 years ago
Demian fd55a4b8a7 context: first implementation 4 years ago
Demian e1811e100a tests: implement more 4 years ago
Demian a5f4cb1e77 telebot: add Ball dice 4 years ago
Demian c271d16dfc bot: handle True response results 4 years ago
Demian 7a1d59c7d9 payments: SuccessfulPayment and minor changes 4 years ago
Demian 16e74b8025 payments: complete shipping API 4 years ago
Demian 1533291206 games: complete Games API 4 years ago
me@linux 1b307ee259 Add OnAnimation endpoint 4 years ago
Demian 0910baadba bot: update poller fields 4 years ago
Demian 5c1986f5b5 telebot: a lot of refactor and clean-ups 4 years ago
Demian 2b18eaed4e telebot: move DefaultApiURL constant 4 years ago
dande 9268c6dff7 dice: added constants 4 years ago
dande 3915e8596b dice: fixed dice handling 4 years ago
Demian 9b11223d56 bot: complete Polls 2.0 API 4 years ago
Demian 4e2f28c4f3 bot: implement editMessageLiveLocation, update some documentation 4 years ago
Demian 1654a203ea bot: check recipient for nil to avoid panics 4 years ago
Demian 784432503e tests: implement b.Send() function test 4 years ago
unknown 18d73fe70c Merge branch 'v2' into develop 4 years ago
demiangetman 3beea1c055 Update inline query result types 4 years ago
unknown 361c4399f8 Update global constants 4 years ago
Nikita Bikmaev 69f0836940 Implement sendPoll method 4 years ago
Ian Patrick Badtrousers 3458aeb2e7 Revert "MarkdownV2 as default, use MarkdownLegacy for old-fashioned MD."
This reverts commit 12299becfa.
4 years ago
Ian Patrick Badtrousers 12299becfa MarkdownV2 as default, use MarkdownLegacy for old-fashioned MD. 4 years ago