Commit Graph

60 Commits (1b1c30eeb2e606a337c843040fe179cb8cd744c1)

Author SHA1 Message Date
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
Ian Byrd 7eeea8f32a
Payment API minimal implementation. 5 years ago
Anton Kucherov 538b671e6a fix #173 add custom Telegram api url 6 years ago
Viktor Oreshkin 9d9ca9ea66 Make example work again (fix #140) 6 years ago
Giovanni Spera 5513a66463 Fixed could not send message to private channel 7 years ago
Ian Byrd f704eefacf ChosenInlineResult. 7 years ago
Ian Byrd d6ef68605b
Complete list of endpoints is now supported (see const.) 7 years ago
Ian Byrd 79dccd7227
Endpoints for media introduced, Message.From -> Message.Sender 7 years ago
Ian Byrd 9aad0c4faa
OnAddedToGroup introduced. 7 years ago
Ian Byrd ddc9f75fb2
More documentation, little code changes. 7 years ago
Ian Byrd 2173ce9ad6
Documentation 7 years ago
Ian Byrd 337be69aa3
Routing system: final touches! 7 years ago
Ian Byrd 0cf9b9a101
Routing: Handle() and Endpoint introduced. 7 years ago
Ian Byrd b6938a118c
Telebot now compiles! :-) 7 years ago