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
Quantum
dfac26706e
Add is_anonymous flag to Poll type
2020-02-07 12:53:31 +03:00
Badiboy
385fa98bc6
Merge pull request #738 from andrey18106/patch-1
...
Added missed bracket
2020-01-30 01:10:51 +03:00
Andrey
d68e89fc9a
Added missed bracket
2020-01-28 20:56:03 +02:00
Badiboy
6023bae728
Merge pull request #735 from Lin-Buo-Ren/patch-2
...
Fix typo in README
2020-01-24 23:01:07 +03:00
林博仁(Buo-ren Lin)
b323a868f0
Fix typo in README
...
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
2020-01-17 17:21:30 +08:00
Frank Wang
583021d114
Update version to 3.6.7,
2020-01-14 16:33:05 +08:00
Badiboy
b1e5d00821
Merge pull request #728 from Badiboy/master
...
Design updates from #711
2020-01-08 20:29:12 +03: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
9b279dc562
Merge pull request #726 from Badiboy/master
...
Update test_types.py
2020-01-03 19:31:39 +03:00
Badiboy
5cd97ebc96
Update detailed_example.py
...
Vulgarity replaced.
2020-01-03 19:24:10 +03:00
Badiboy
b5ba2445d3
Update test_types.py
...
Updated test vectors for stickers.
2020-01-03 19:18:18 +03:00
Badiboy
7adec8bd90
Merge pull request #673 from TahaPY/master
...
Added Animation and is_animated for stickers
2020-01-03 17:51:53 +03:00
Badiboy
0603a0df4c
Update types.py
...
Animation is moved before document to save backward compatibility. content_type = 'document' should override content_type = 'animation' to save previous behaviour.
2020-01-03 17:51:05 +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
b999fea2ac
Merge pull request #703 from voskresla/patch-1
...
Using Azure Functions for serverless bots.
2020-01-03 16:59:09 +03:00
Badiboy
a41dabf73c
Merge pull request #725 from cclauss/patch-1
...
Travis CI: Drop EOL Py34 and add current Py38
2020-01-03 16:53:18 +03:00
Badiboy
5407801f62
Merge pull request #708 from xxsokolov/patch-1
...
Remove unused base_url from _make_request. Fixed misc error.
2020-01-03 16:52:47 +03:00
Badiboy
2efb33fc29
Merge branch 'master' into patch-1
2020-01-03 16:45:43 +03:00
Christian Clauss
620ea5dee0
Travis CI: Drop EOL Py34 and add current Py38
2020-01-03 14:36:08 +01:00
Badiboy
eaf44f1a6b
Merge pull request #724 from Badiboy/master
...
Update version list in travis.yml
2020-01-03 02:08:00 +03:00
Badiboy
8c62b99057
Update .travis.yml
...
Travis: removed 2.6 and 3.3 (not supported). Added 3.7. Also added 3.8 (for experiment)
2020-01-03 02:05:32 +03:00
Badiboy
e3b126807e
Merge pull request #713 from dtalkachou/patch-1
...
Correct work with empty base_url in make_request
2020-01-03 01:33:27 +03:00
Badiboy
769ff8008e
Merge pull request #599 from KanerL/KanerL-patch-shipping-option
...
ShippingOption.add_price returns "self" (for chaining etc.).
2020-01-03 01:28:37 +03:00
Badiboy
0e0e2d97c0
Merge pull request #715 from Pablohn26/patch-1
...
Change chatid to chat_id to be the same as other examples
2020-01-03 01:19:47 +03:00
Badiboy
bb199024fd
Merge pull request #593 from neoranger/patch-2
...
Update README.md
2020-01-03 01:02:35 +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
Badiboy
3a3bab5b92
Merge pull request #480 from SkymanOne/patch-1
...
create field forward_from_message_id in Message
2020-01-03 00:46:27 +03:00
Badiboy
bf844ed202
HTML symbols not replaced
...
HTML symbols not replaced because return is before replace.
2020-01-01 13:46:18 +03:00
FrankWang
fefb9d4555
Merge pull request #723 from LeoSvalov/master
...
Update README
2019-12-28 12:34:14 +08:00
Lev Svalov
a413a51221
Update README
...
Adding another bot that user pyTelegramBotAPI.
2019-12-24 16:25:58 +05:00