Badiboy
ce3c91b619
Merge pull request #919 from Badiboy/master
...
Minor updates in code
2020-07-21 01:27:32 +03:00
Badiboy
dbe9ce49df
Minor updates in code
2020-07-21 01:20:01 +03:00
Badiboy
b38ceaaec8
Merge pull request #913 from Aragroth/master
...
Added ability to specify params of width and height for video
2020-07-11 22:30:53 +03:00
daveusa31
0304e6507f
Append default parse_mode
2020-07-04 21:07:42 +03:00
Aragroth
a69a358ebd
Update __init__.py
2020-07-02 17:47:38 +03:00
Kwisatz Haderach
53ccef5e5e
added thumb parameter to send_video
2020-06-23 20:14:52 +02:00
Kwisatz Haderach
29b432e65a
Added thumb to send_audio
2020-06-23 20:12:46 +02:00
Badiboy
2368421332
Correct processing of bool parameters. Some timeouts added.
2020-05-16 17:34:56 +03:00
dr_forse
75a018e18b
add PollAnswer, poll_answer_handler; make User Serializable and Dictionaryble; some pep fixes
2020-05-12 01:09:34 +01:00
Anthony Byuraev
a60253bf60
UPG: Add ChatPermissions, set_chat_permissions
2020-05-11 16:38:09 +03:00
Anthony Byuraev
a80927baf9
UPG: add setChatAdministratorCustomTitle
2020-05-09 23:23:08 +03:00
Anthony Byuraev
a56fb8cc54
UPG: Add BotCommand, setMyCommands
2020-05-08 21:06:39 +03:00
Badiboy
e2d70da694
Fix poll options serialization
2020-05-02 13:27:39 +03:00
Badiboy
6e1cf24946
send_poll revised to standart signature
2020-05-02 13:09:52 +03:00
bedilbek
bcc3a1afb4
Remove Type Hinting
2020-04-27 23:43:39 +05:00
dr_forse
99c63e9eba
add emoji field for dice
2020-04-27 06:30:05 +01:00
Badiboy
bb4f6a7190
Polls are updated to the latest API state.
...
Polls are updated to the latest API state.
Minor code refactoring.
2020-04-25 22:22:08 +03:00
Badiboy
aac9ce45a3
Merge remote-tracking branch 'upstream/master'
2020-04-24 18:19:55 +03:00
Badiboy
24e984adf8
Minor code refactoring (naming)
2020-04-24 18:19:30 +03:00
Badiboy
1ed3bc2a53
Merge pull request #803 from noideaw/patch-2
...
added can_invite_users parameter to restrict_chat_member function param description
2020-04-24 18:16:25 +03:00
no_ideaw
8c7c7b31b2
Update __init__.py
...
added can_invite_users parameter to restrict_chat_member function
2020-04-24 19:38:23 +04:30
no_ideaw
da924dbaeb
Update __init__.py
...
added can_invite_users parameter to restrict_chat_member function
2020-04-23 23:59:04 +04:30
bedilbek
aab560b4ee
Fix all the time invocations on typed_middleware handlers even if update did not have that update_type message
2020-04-20 11:30:03 +05:00
Badiboy
646bbb8330
Merge pull request #794 from drforse/master
...
Add Dice and send_dice
2020-04-16 15:56:46 +03:00
dr_forse
51b1fb7695
added Dice and send_dice
2020-04-15 06:10:05 +01:00
bedilbek
286188f380
Add Step/Reply Handler Backend Mechanism
...
Implement Memory, File, Redis Backends
2020-04-15 01:11:43 +05:00
Badiboy
ec86182f62
Possibility to use alternative serializer
...
With apihelper.CUSTOM_SERIALIZER you can replace pickle with other "dumper" like dill.
2020-04-11 13:42:34 +03:00
bedilbek
932ac9477b
Add ENABLE_MIDDLEWARE=False in apihelpers to keep backward compatibility
2020-04-11 13:02:50 +05:00
bedilbek
1e242f2263
Add Middleware support
2020-04-08 23:13:19 +05:00
Alexander Tkachev
d2f9c51a5a
Handle Poll update
2020-03-09 17:25:54 +07:00
Alexander Tkachev
12547efa08
Fix order for consistency in process_new_updates
2020-03-09 17:25:37 +07:00
Badiboy
aa02ddb573
TAB fix
...
TAB fix
2020-01-08 20:17:25 +03:00
Badiboy
760ea5a2f0
Design updates from #711
...
Significant design updated from
https://github.com/eternnoir/pyTelegramBotAPI/pull/711
2020-01-08 20:06:40 +03:00
Badiboy
59810b5e2a
Merge pull request #620 from nev3rfail/send_animation
...
Added reduced version of sendAnimation (no width/height/thumb).
2020-01-03 17:12:29 +03:00
Badiboy
86644c05f7
Merge pull request #539 from Badiboy/master
...
"timeout" parameter for send_message
Fix kick_chat_member return type
HTML symbols not replaced
2020-01-03 00:50:24 +03:00
FrankWang
151880f391
Merge pull request #659 from OslikAi/master
...
Add Poll
2019-06-28 21:02:23 +08:00
FrankWang
56f0b0a0d4
Merge pull request #603 from nailerNAS/master
...
infinity_polling fix
2019-06-28 20:57:28 +08:00
P0lunin
3a1bdc2899
add Poll, sendPoll, stopPoll
2019-06-27 15:07:41 +03:00
Tiger 1
9624b45314
add Poll, sendPoll, stopPoll
2019-06-06 21:47:08 +03:00
Artem M
99df992a66
Added the method sendAnimation, which can be used instead of sendDocument to send animations, specifying their duration.
2019-02-15 18:46:18 +00:00
Moon Princess
79e6a3166d
edit message_handler doc
2019-01-20 23:04:11 +05:00
nailer
b82ed70ec9
fix syntax errors
2018-11-17 13:19:09 +02:00
nailer
18e37f3d20
sleep time timeout time instead of 5 seconds always
2018-11-17 12:58:56 +02:00
Badiboy
ad4be5c0ae
Merge branch 'master' of https://github.com/eternnoir/pyTelegramBotAPI
2018-10-19 13:40:14 +03:00
uburuntu
36621bb22a
fix: some intendation
2018-08-17 13:01:03 +03:00
uburuntu
99466017c5
enh: optimize imports
2018-08-17 12:54:26 +03:00
uburuntu
feec1dde56
fix: little style fixes
2018-08-17 12:49:37 +03:00
uburuntu
54eba946be
fix: wrong arguments usage (fix fa038c2
)
2018-08-17 12:48:59 +03:00
FrankWang
421118d9d8
Merge pull request #558 from uburuntu/InputMedia
...
v.4.0: InputMediaAnimation, InputMediaAudio, InputMediaDocument, editMessageMedia
2018-08-13 23:47:03 +08:00
uburuntu
8ac6e664c5
new: InputMediaAnimation, InputMediaAudio, InputMediaDocument, editMessageMedia
...
Added support for editing the media content of messages: added the method editMessageMedia and new types InputMediaAnimation, InputMediaAudio, and InputMediaDocument.
2018-08-09 19:16:38 +03:00