Commit Graph

64 Commits

Author SHA1 Message Date
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
Ian Patrick Badtrousers
12299becfa MarkdownV2 as default, use MarkdownLegacy for old-fashioned MD. 2020-03-29 01:49:17 +01:00
Ian Byrd
7eeea8f32a
Payment API minimal implementation. 2019-01-28 02:42:41 +02:00
Anton Kucherov
538b671e6a fix #173 add custom Telegram api url 2018-12-13 01:45:03 +03:00
Viktor Oreshkin
9d9ca9ea66 Make example work again (fix #140) 2018-10-27 00:39:47 +03:00
Giovanni Spera
5513a66463 Fixed could not send message to private channel 2017-12-30 13:08:44 +01:00
Ian Byrd
f704eefacf ChosenInlineResult. 2017-12-26 03:15:10 +02:00
Ian Byrd
d6ef68605b
Complete list of endpoints is now supported (see const.) 2017-11-26 03:38:30 +02:00
Ian Byrd
79dccd7227
Endpoints for media introduced, Message.From -> Message.Sender 2017-11-24 17:24:07 +02:00
Ian Byrd
9aad0c4faa
OnAddedToGroup introduced. 2017-11-23 04:13:15 +02:00
Ian Byrd
ddc9f75fb2
More documentation, little code changes. 2017-11-21 05:08:06 +02:00