Commit Graph

40 Commits

Author SHA1 Message Date
Demian
24189b3669 tests: add animation test 2021-10-13 20:51:00 +03:00
Demian
8f725d434e chat: change User id type to int64 2021-07-27 15:12:10 +03:00
Demian
fb7de291df telebot: rename ChosenInlineResult to the InlineResult 2021-07-25 15:49:17 +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
Demian
8805f248e3 tests: context Text is not for queries 2020-10-13 16:33:00 +03:00
Demian
90fad0b031 middleware: fix group handling logic 2020-10-01 17:36:50 +03:00
Demian
551df7ebce test: assert to require for errors 2020-09-26 18:58:00 +03:00
Demian
a70d2204db bot: fix root group handling 2020-09-15 18:12:43 +03:00
Demian
4062f24361 context: pass context to the OnError middleware 2020-07-26 00:07:58 +03:00
Demian
a69dd5aa62 context: add Args helper function 2020-07-25 23:08:51 +03:00
Demian
69af851173 tests: update ProcessUpdate test 2020-07-25 22:49:38 +03:00
Demian
5f6792d860 context: adapt handlers 2020-07-25 22:44:50 +03:00
Demian
5a1a187e87 telebot: clarify and fix all naming issues 2020-06-19 23:36:43 +03:00
Demian
359b733e3a tests: clarify default parse mode test 2020-06-10 13:52:39 +03:00
Demian
e1811e100a tests: implement more 2020-06-09 23:28:28 +03:00
Demian
c751df41fa tests: fix Edit(what=InputMedia) assertion 2020-06-09 22:26:59 +03:00
Demian
98a898f4c7 bot: add default parse mode feature 2020-06-07 23:12:49 +03:00
Demian
d63df8ce0e bot: extend Edit function 2020-06-07 21:41:13 +03:00
Demian
d02458be27 options: implement CallbackEndpoint for Btn 2020-05-22 14:52:25 +03:00
Demian
c16b695ea6 tests: payments and keyboard tests 2020-05-21 13:38:21 +03:00
Demian
772f07c0fb tests: add Notify and Delete calls 2020-05-06 20:31:30 +03:00
Demian
183d6484d9 chat: create ChatID Recipient type 2020-05-05 22:24:40 +03:00
Demian
414748417b tests: update b.ProcessUpdate() test 2020-05-02 16:44:19 +03:00
Demian
f9f9b69ccf Merge branch 'poller-fix' into develop 2020-05-02 16:38:43 +03:00
Demian
0ae9a122e5 test: replace timers with chan communication 2020-05-01 22:40:24 +03:00
Orivej Desh
953bcdf552 bot: remove closures around runHandler 2020-05-01 18:38:54 +00:00
Orivej Desh
95769df144 tests: add offline mode 2020-05-01 18:38:54 +00:00
Orivej Desh
04cda01949 tests: use ProcessUpdate 2020-04-28 15:35:44 +00:00
Demian
32532699c5 bot: implement bot commands methods 2020-04-26 15:55:04 +03:00
Demian
add99b58a7 tests: properly handle errors and empty token 2020-04-25 17:21:19 +03:00
Demian
5b36ece031 tests: add USER_ID param for some special cases 2020-04-24 17:59:44 +03:00
Demian
299838450e tests: implement b.EditReplyMarkup() function test 2020-04-23 21:56:27 +03:00
Demian
7fe841183e tests: implement b.Edit() function test 2020-04-16 18:57:28 +03:00
Demian
784432503e tests: implement b.Send() function test 2020-04-16 17:52:15 +03:00
Demian
855f6edfce tests: fix callback test 2020-04-16 17:03:59 +03:00
unknown
7755359735 Implement bot incomingUpdate function tests 2020-04-06 23:02:46 +03:00
unknown
6c7cbaa7e3 Implement RemoveWebhook (closes #214) 2020-04-06 16:04:57 +03:00
unknown
fcff7569ac Implement bot Handle and Start functions tests 2020-04-06 12:57:18 +03:00
unknown
fc3a284fb2 Implement basic bot tests 2020-04-05 21:32:38 +03:00
unknown
c04b55dcba Add missed api errors 2020-04-05 21:29:05 +03:00