dr_forse
|
99c63e9eba
|
add emoji field for dice
|
2020-04-27 06:30:05 +01:00 |
|
Badiboy
|
e89a552e06
|
Merge pull request #810 from Badiboy/master
Polls are updated to the latest API state
|
2020-04-26 23:23:15 +03: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
|
dc3df70f9f
|
Merge pull request #807 from Badiboy/master
Minor code refactoring (naming)
|
2020-04-24 18:21:54 +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 |
|
Badiboy
|
ce11b6f523
|
Merge pull request #806 from noideaw/patch-1
added can_invite_users parameter to restrict_chat_member function
|
2020-04-24 18:15:05 +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 |
|
Badiboy
|
39e3be6673
|
Merge pull request #804 from noideaw/patch-3
Add can_invite_users to restrict_chat_member #1
|
2020-04-24 01:34:58 +03:00 |
|
no_ideaw
|
b1b2726ef6
|
Update apihelper.py
added can_invite_users parameter to restrict_chat_member function
|
2020-04-24 00:21:05 +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 |
|
Badiboy
|
7966def331
|
Merge pull request #801 from bedilbek/fix-middleware-invocations
Fix not needed invocations on typed middleware handlers
|
2020-04-20 11:10:04 +03:00 |
|
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 |
|
Badiboy
|
339a5c01c1
|
Merge pull request #789 from bedilbek/step-handler-backend
HandlerBackend Mechanism Implementation
Codebase Refactoring
|
2020-04-16 15:53:11 +03:00 |
|
dr_forse
|
615402e4f8
|
return a line as it was
|
2020-04-15 06:16:07 +01:00 |
|
dr_forse
|
51b1fb7695
|
added Dice and send_dice
|
2020-04-15 06:10:05 +01:00 |
|
bedilbek
|
0881e34381
|
Refactor tests
|
2020-04-15 01:11:43 +05:00 |
|
bedilbek
|
3aec66bc0d
|
Remove class static variable
|
2020-04-15 01:11:43 +05:00 |
|
bedilbek
|
e7e7c58133
|
Add Memory, File, Redis Backend tests
|
2020-04-15 01:11:43 +05:00 |
|
bedilbek
|
003c5db37f
|
Add filename checking
|
2020-04-15 01:11:43 +05:00 |
|
bedilbek
|
286188f380
|
Add Step/Reply Handler Backend Mechanism
Implement Memory, File, Redis Backends
|
2020-04-15 01:11:43 +05:00 |
|
Badiboy
|
dd726b0759
|
Merge pull request #792 from Badiboy/master
Refactoring and API conformance
|
2020-04-14 22:22:48 +03:00 |
|
Badiboy
|
1bd9f5187c
|
Merge pull request #787 from bedilbek/middleware-handler-readme
Middleware Handler README Update
|
2020-04-12 02:20:05 +03:00 |
|
bedilbek
|
68330c9a07
|
Update contents with middleware handler
|
2020-04-12 01:44:15 +05:00 |
|
bedilbek
|
b912e4dbaf
|
Update with middleware handler
|
2020-04-12 01:41:34 +05:00 |
|
Badiboy
|
dab80d421b
|
Refactoring update 2
|
2020-04-11 17:38:47 +03:00 |
|
Badiboy
|
247fe6e947
|
Refactoring bugfix
|
2020-04-11 17:06:14 +03:00 |
|
Badiboy
|
995814d846
|
Refactoring and API conformance
Refactoring.
new_chat_member is out of support.
Bugfix in html_text.
Started Bot API conformance checking.
|
2020-04-11 16:54:25 +03:00 |
|
Badiboy
|
36a228da92
|
Merge pull request #786 from Badiboy/master
Possibility to use alternative serializer
|
2020-04-11 16:52:53 +03: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 |
|
Badiboy
|
2c385bf077
|
Merge pull request #785 from bedilbek/middleware-support
Add Middleware Handler
|
2020-04-11 11:20:58 +03:00 |
|
bedilbek
|
56cbc2ff93
|
Add examples to better understand middleware handler
|
2020-04-11 13:03:52 +05: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 |
|
FrankWang
|
862f17c716
|
Merge pull request #776 from irevenko/master
Add new bot in README
|
2020-03-28 01:15:50 +08:00 |
|
Ilya-Revenko
|
ed7cf30034
|
Add new bot in README
|
2020-03-27 16:38:22 +02:00 |
|
Badiboy
|
100f6d77f6
|
Merge pull request #767 from Tkachov/master
Add @bot.poll_handler to be notified of new poll states
|
2020-03-09 13:58:23 +03: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
|
9410a3d310
|
Merge pull request #762 from Lin-Buo-Ren/patch-4
Use proper language for * query mentions in README
|
2020-03-01 21:14:32 +03:00 |
|
林博仁(Buo-ren Lin)
|
a4e5a09ab2
|
Use proper language for * query mentions in README
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
|
2020-02-27 16:49:28 +08:00 |
|
Badiboy
|
ebfba49a8f
|
Merge pull request #761 from Lin-Buo-Ren/patch-3
Fix missing padding space in code sample comments in README
|
2020-02-27 11:45:59 +03:00 |
|
Badiboy
|
6e6420a331
|
Merge pull request #760 from HolidayMan/patch-1
Some clarification of custom listeners working
|
2020-02-27 11:45:04 +03:00 |
|
林博仁(Buo-ren Lin)
|
7ca629dc10
|
Fix missing padding space in code sample comments in README
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
|
2020-02-27 16:41:13 +08:00 |
|
HolidayMan
|
3ecb7cef3b
|
Some clarification of custom listeners working
|
2020-02-27 00:59:21 +02:00 |
|
Badiboy
|
e789407774
|
Merge pull request #743 from Quantum-0/master
Add is_anonymous flag to Poll type
|
2020-02-14 16:49:54 +03:00 |
|
Badiboy
|
8f32dec5dd
|
Merge pull request #744 from FaeeLoL/master
Add missed colon in readme
|
2020-02-14 16:48:44 +03:00 |
|
faeelol
|
c57cfa3949
|
Add missed colon
|
2020-02-08 17:44:28 +03:00 |
|