Commit Graph

74 Commits

Author SHA1 Message Date
Nikita
5d4079a489 api: update to 6.3 2023-11-18 16:16:16 +01:00
Demian
d90e8974cc telebot: restructure and refactor 2022-10-06 00:45:27 +03:00
Demian
8042463d7f stickers: implement custom emoji support 2022-10-05 23:29:46 +03:00
Demian
933fcacf4a telebot: rename voice chat to the video chat 2022-10-05 01:03:09 +03:00
Demian
cee9ad2ddd telebot: refactor web apps 2022-10-05 00:11:00 +03:00
demget
352b5c89f1
Merge pull request #509 from dzen-it/v3-webapp_support
Web App support
2022-10-04 22:35:54 +03:00
Demian
c6bead1174 telebot: add a shortcut for map[string]any 2022-08-16 12:15:04 +03:00
Mikhail Borovikov
2c2e8dcff1 Added AnswerWebApp for using in a Handle method 2022-04-18 00:37:19 +07:00
Ian P Badtrousers
dd790ca6c1 README: getting rid of past import path artifacts 2022-02-10 14:10:28 +01:00
Nikita
c277d8daf0 content: add protect params 2022-02-05 18:53:22 +03:00
Demian
be2933a4fa all: use errors from the standard library 2022-01-22 19:42:45 +02:00
Demian
811e9555ed telebot: implement OnMedia endpoint 2021-11-07 16:25:21 +02:00
Demian
8f5f797de8 implement bot api 5.4 2021-11-05 22:31:32 +02:00
Demian
cb12b170d3 telebot: add missed events 2021-08-19 16:40:07 +03:00
Demian
1b1c30eeb2 telebot: update docs, reorder events 2021-08-19 16:15:20 +03:00
Demian
fb7de291df telebot: rename ChosenInlineResult to the InlineResult 2021-07-25 15:49:17 +03:00
Demian
5ba8bf6a2f telebot: update docs 2021-07-25 15:39:45 +03:00
demget
bd0bb74d13 Merge pull request #408 from DiscoreMe/develop
api: support 5.2
2021-07-25 15:32:08 +03:00
demget
e7f0e64c71 Merge pull request #407 from DiscoreMe/develop
api: support 5.1
2021-07-25 15:27:59 +03:00
demget
2d17e0e12c Merge pull request #405 from DiscoreMe/develop
api: support 5.0
2021-07-25 15:25:04 +03:00
demget
e03da5dc42 Merge pull request #382 from omar-polo/v2
implement my_chat_member and chat_member
2021-07-25 15:16:32 +03:00
Ian P Badtrousers
8261689cda Merge pull request #377 from omar-polo/v2
implements voice chat service messages
2021-07-25 15:12:19 +03:00
demget
6de4d3e537 Merge pull request #338 from PaulLesur/bowling-dice
Add bowling dice
2021-07-25 14:54:37 +03:00
Demian
684692e890 telebot: add goal and slot dices 2020-11-04 19:00:20 +02:00
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.
2020-10-20 13:30:55 +03:00
Demian
bc180b4a47 telebot: tele is our new alias 2020-07-26 00:08:03 +03:00
Demian
f1015d1754 middleware: basic implementation and groups 2020-07-25 23:55:01 +03:00
Demian
5a1a187e87 telebot: clarify and fix all naming issues 2020-06-19 23:36:43 +03:00
Demian
fd55a4b8a7 context: first implementation 2020-06-19 22:48:05 +03:00
Demian
e1811e100a tests: implement more 2020-06-09 23:28:28 +03:00
Demian
a5f4cb1e77 telebot: add Ball dice 2020-06-07 21:46:03 +03:00
Demian
c271d16dfc bot: handle True response results 2020-05-31 19:11:42 +03:00
Demian
7a1d59c7d9 payments: SuccessfulPayment and minor changes 2020-05-21 11:48:24 +03:00
Demian
16e74b8025 payments: complete shipping API 2020-05-20 23:40:42 +03:00
Demian
1533291206 games: complete Games API 2020-05-05 23:40:48 +03:00
me@linux
1b307ee259 Add OnAnimation endpoint 2020-04-29 21:02:52 +08:00
Demian
0910baadba bot: update poller fields 2020-04-26 20:43:17 +03:00
Demian
5c1986f5b5 telebot: a lot of refactor and clean-ups 2020-04-26 18:19:49 +03:00
Demian
2b18eaed4e telebot: move DefaultApiURL constant 2020-04-25 17:27:17 +03:00
dande
9268c6dff7 dice: added constants 2020-04-25 15:59:53 +03:00
dande
3915e8596b dice: fixed dice handling 2020-04-25 15:31:16 +03:00
Demian
9b11223d56 bot: complete Polls 2.0 API 2020-04-24 17:52:15 +03:00
Demian
4e2f28c4f3 bot: implement editMessageLiveLocation, update some documentation 2020-04-16 18:56:47 +03:00
Demian
1654a203ea bot: check recipient for nil to avoid panics 2020-04-16 17:57:16 +03:00
Demian
784432503e tests: implement b.Send() function test 2020-04-16 17:52:15 +03:00
unknown
18d73fe70c Merge branch 'v2' into develop 2020-04-16 16:50:10 +03:00
demiangetman
3beea1c055 Update inline query result types 2020-04-16 10:09:25 +03:00
unknown
361c4399f8 Update global constants 2020-04-05 19:31:19 +03:00
Nikita Bikmaev
69f0836940 Implement sendPoll method 2020-03-30 19:21:06 +03:00
Ian Patrick Badtrousers
3458aeb2e7 Revert "MarkdownV2 as default, use MarkdownLegacy for old-fashioned MD."
This reverts commit 12299becfa.
2020-03-29 14:59:27 +02:00