1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
Commit Graph

1629 Commits

Author SHA1 Message Date
_run
4071ab9124
Update README.md 2021-09-12 20:41:26 +05:00
_run
5c715dabc3
Update README.md 2021-09-12 20:40:31 +05:00
_run
43d2d8583e
Update README.md 2021-09-12 20:32:16 +05:00
_run
cf78234e3a
Update README.md 2021-09-12 20:30:32 +05:00
_run
5f4cd09490
Update README.md 2021-09-12 20:28:46 +05:00
_run
8534804c0c
Update README.md 2021-09-12 20:28:01 +05:00
_run
cf75e76e5c
Update README.md 2021-09-12 20:27:01 +05:00
coder2020official
7d5e9e5111 Added file custom_filters
Added file with custom filters. Updated the examples
2021-09-12 20:22:26 +05:00
coder2020official
1ceec3cb54 Update custom_filters.py 2021-09-12 19:38:54 +05:00
coder2020official
5f8c75816e Some useful filters
Created useful filters that can be used in message handlers.
Created some examples on using them.
2021-09-12 19:34:43 +05:00
coder2020official
4e37662ab3 upd 2021-09-12 00:30:56 +05:00
Badiboy
a97a917522
Merge pull request #1301 from coder2020official/master
Custom filters example
2021-09-11 22:30:50 +03:00
coder2020official
88f91518c7 Update __init__.py 2021-09-12 00:27:51 +05:00
coder2020official
e89acc8ba6 Update custom_filters.py 2021-09-12 00:27:04 +05:00
coder2020official
5d611ea7f3 upd 2021-09-12 00:24:52 +05:00
coder2020official
5c80f11261 Updated __init__.py 2021-09-12 00:21:35 +05:00
Badiboy
f2202b44fe
Merge pull request #1300 from Badiboy/master
Custom filters upd
2021-09-11 21:51:09 +03:00
Badiboy
2da48c0adc Custom filters upd 2021-09-11 21:49:51 +03:00
Badiboy
389407e3ee
Merge pull request #1299 from Badiboy/master
Custom filters upd
2021-09-11 21:14:43 +03:00
Badiboy
14be2b8c18 Custom filters upd 2021-09-11 21:10:21 +03:00
Badiboy
df7808264f
Merge pull request #1298 from coder2020official/master
Custom filters
2021-09-11 21:03:28 +03:00
coder2020official
9d37503442 reupdated 2021-09-11 23:02:56 +05:00
Badiboy
dd6f39c3cd
Merge pull request #1296 from Badiboy/master
Filter clearance
2021-09-11 20:57:55 +03:00
coder2020official
8e4d70b9c6 Update __init__.py 2021-09-11 22:30:53 +05:00
coder2020official
87fb30d57b Update __init__.py 2021-09-11 22:03:37 +05:00
coder2020official
8f3371dcd5 Update __init__.py 2021-09-11 21:59:28 +05:00
coder2020official
ec8975c9e3 Custom filters
Added new feature - from now you can create your own custom filters
2021-09-11 21:47:59 +05:00
Badiboy
16edfbb9dc Warning if commands or content_types filters are strings 2021-09-11 19:26:55 +03:00
Badiboy
f70b135359 Filter clearance
1. Filter optimization: should not store empty filters
2. Filter order: chat_type, content, others
3. Default session timeout set to 600 instead of "forever".
4. Type
2021-09-11 17:02:40 +03:00
Badiboy
78fb69ded1
Merge pull request #1295 from coder2020official/master
is_private filter
2021-09-10 22:17:05 +03:00
_run
0f7eb1571e
Update README.md 2021-09-10 20:42:48 +05:00
coder2020official
ac54b7abd4 Merge branch 'master' of https://github.com/coder2020official/pyTelegramBotAPI 2021-09-10 20:42:51 +05:00
coder2020official
0f3a6393fc Update __init__.py 2021-09-10 20:42:43 +05:00
_run
de6f339cdf
Update README.md 2021-09-10 17:57:19 +05:00
coder2020official
d0969bd5f3 Merge branch 'master' of https://github.com/coder2020official/pyTelegramBotAPI 2021-09-10 17:57:13 +05:00
coder2020official
4035a38507 Update __init__.py 2021-09-10 17:56:44 +05:00
_run
944b077c65
Update README.md 2021-09-10 17:30:58 +05:00
coder2020official
644c6b9082 is_private 2021-09-10 17:30:17 +05:00
Badiboy
dc9f8db556
Merge pull request #1288 from SwissCorePy/master
Added missing content_type "animation"
2021-09-02 22:34:51 +03:00
SwissCorePy
07ebdeab25 Added missing content_type "animation" 2021-09-02 19:46:01 +02:00
Badiboy
e8738cce7d
Merge pull request #1284 from Badiboy/master
Bump version to 4.0 release
2021-08-30 13:50:32 +03:00
Badiboy
d9e638a7df Bump version to 4.0 release 2021-08-30 13:49:28 +03:00
Badiboy
08b1dd31c8
Merge pull request #1277 from fgallaire/master
A Google Cloud Functions webhook
2021-08-25 15:19:51 +03:00
Florent Gallaire
b4f0a6d546 add Google in the name 2021-08-25 14:17:25 +02:00
Florent Gallaire
4eb28df1ab A Google Cloud Functions webhook 2021-08-24 13:01:10 +02:00
Badiboy
50e5e96bb1
Merge pull request #1275 from Badiboy/master
chat_invite_link bugfix
2021-08-22 22:17:30 +03:00
Badiboy
bd3a9bc350 chat_invite_link bugfix 2021-08-22 22:16:03 +03:00
Badiboy
06923c8274
Merge pull request #1272 from Badiboy/master
Simplify and speedup _test_filter
2021-08-20 15:55:10 +03:00
Badiboy
3efc2cf869 Typo 2021-08-19 23:36:37 +03:00
Badiboy
f5de0eeacf Simplify and speedup _test_filter 2021-08-19 22:46:12 +03:00