Commit graph

1466 commits

Author SHA1 Message Date
Oleg A
c23c7a2025 #238 Improved deep_link test cases 2019-11-30 00:19:08 +03:00
Oleg A
768407eb95 #238 Fixed getting deep_link not by pattern 2019-11-30 00:16:59 +03:00
Oleg A
746eead0da #238 Fixed deep_link = None case 2019-11-29 23:46:38 +03:00
Oleg A
52f35058db #238 Formatted deep linking docs 2019-11-29 23:27:19 +03:00
Oleg A
41191721f6 #238 Added CommandStart filter tests 2019-11-29 23:25:46 +03:00
Oleg A
58f9ca5802 #238 Deep linking implemented to CommandStart filter 2019-11-29 23:24:55 +03:00
Alex Root Junior
e4bf120ec8
Merge pull request #240 from aiogram/#239-check_token-bug-report
#239 check_token fix
2019-11-25 16:02:38 +02:00
Alex Root Junior
b997e044dc
Merge pull request #242 from aiogram/#195-not-library
#195 aiogram is a framework
2019-11-24 23:12:59 +02:00
Oleg A
cf55ab7643 #195 aiogram is a framework 2019-11-24 22:13:31 +03:00
Oleg A
1305a06b24 #238 Removed prints and fixed example 2019-11-24 01:08:06 +03:00
Oleg A
a42252b5c6 #238 Added deep linking feature 2019-11-24 00:40:11 +03:00
Oleg A
4523a1cab3 #239 added token type validation 2019-11-23 12:45:47 +03:00
Oleg A
89b0754b33 #239 added test cases for check_token 2019-11-23 12:02:30 +03:00
Oleg A
f5d008938f #239 added check for right part of token exists; removed check for left part length 2019-11-23 11:46:50 +03:00
uburuntu
deddcf540e enh: add check for private chat 2019-11-19 20:40:18 +03:00
Alex Root Junior
56662d6bd8
Merge pull request #232 from MasterGroosha/patch-1
Replaced is_admin() with is_chat_admin() in filters example
2019-11-18 10:18:06 +02:00
Alex Root Junior
2954636d42
Merge pull request #234 from alexshavelev44/dev-2.x
enable syntax 'key in dispatcher', issue #233
2019-11-15 10:10:27 +02:00
alex_shavelev
b9130e2e1c enable syntax 'key in dispatcher', issue #233 2019-11-14 19:15:44 +02:00
Evgeny Petrov
8117b0a77c
Replaced is_admin() with is_chat_admin() in filters example 2019-11-13 23:09:27 +03:00
Ramzan Bekbulatov
b8cfe386da
Merge branch 'dev-2.x' into private-chat-links 2019-11-12 15:19:14 +03:00
Alex Root Junior
39d3731a48
Merge pull request #230 from uburuntu/unify-default
Unify default as_html argument
2019-11-11 15:29:33 +02:00
uburuntu
386a1586e0 enh: unify default as_html argument 2019-11-10 00:46:29 +03:00
uburuntu
1863ac8571 enh: private chat links 2019-11-10 00:34:20 +03:00
Alex Root Junior
9d94ac62c9
Merge pull request #223 from victorusachev/dev-2.x
refactor(utils): reduce code duplication
2019-11-03 15:46:10 +02:00
Victor Usachev
9571669ca4 refactor(utils): reduce code duplication 2019-10-30 02:42:24 +03:00
Alex Root Junior
d5f5cea665 Bump version to 2.4 2019-10-29 22:42:31 +02:00
Alex Root Junior
f8d255b353 Prevent to serialize text as date when rapidjson is used 2019-10-29 22:36:43 +02:00
Alex Root Junior
cb4f459597 Fix typing for until_date argument (can be datetime or timedelta) 2019-10-29 21:19:55 +02:00
Alex Root Junior
f03e2169c3 Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2019-10-29 21:11:14 +02:00
Alex Root Junior
9e6c55a609
Merge pull request #213 from dark0ghost/patch-4
add typing
2019-10-29 21:09:34 +02:00
Alex Root Junior
f28cfa240c Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2019-10-29 21:05:45 +02:00
dark0ghost
675def5013 add typing 2019-10-29 01:37:36 +03:00
Alex Root Junior
eca75dd734
Merge pull request #219 from eboshare/dev-2.x
Add aiohttp speedups in installation recommendations
2019-10-18 12:14:08 +03:00
eboshare
9a3c6f5ece Remove typo 2019-10-15 18:04:14 +04:00
eboshare
2ed98e566e Add aiohttp speedups
Add aiohttp[speedups] in instalation recomendations
Includes cchardet and aiodns.
2019-10-15 18:00:37 +04:00
Alex Root Junior
cf7786a467 Optimize Message.send_copy 2019-10-14 23:52:19 +03:00
Alex Root Junior
2843a66e61
Merge pull request #218 from Bunk100/patch-1
Update message.py
2019-10-14 23:50:03 +03:00
Alex Root Junior
9610c698be Update installation docs page 2019-10-14 16:11:13 +03:00
Alex Root Junior
b88ae7a435 library -> framework 2019-10-14 16:06:35 +03:00
Alex Root Junior
238d1d9761 Pin aiohttp version 2019-10-14 15:01:45 +03:00
Alex Root Junior
bd90c726b5 Fix Bot.__del__ for cases when event loop is closed 2019-10-14 14:53:12 +03:00
Bunk100
a6c8e4c249
Update message.py 2019-10-12 23:06:41 +03:00
Bunk100
37e6428b7b
Update message.py
deleted parse_mode arg from send_copy args
2019-10-12 22:56:48 +03:00
Bunk100
bbfc994073
Update message.py 2019-10-12 18:42:24 +03:00
Bunk100
68ce9687ec
Update message.py 2019-10-12 18:38:13 +03:00
Bunk100
1cd4712eb4
Update message.py
Some fixes
2019-10-12 18:37:06 +03:00
Bunk100
b172faf89f
Update message.py 2019-10-12 18:22:44 +03:00
Bunk100
e57c761c40
Update message.py
Second attempt to fix reply_markup
2019-10-12 18:03:31 +03:00
Bunk100
1f177360c4
Update message.py 2019-10-12 17:59:32 +03:00
Bunk100
e32a45f4f8
Update message.py
Updated send_copy:
Added the ability to specify reply_markup, parse_mode
2019-10-12 17:52:27 +03:00