Gabben
|
655554862d
|
New Sticker shortcuts
- New delete_from_set shortcut
- Fix docs
|
2020-01-01 00:53:41 +05:00 |
|
Gabben
|
4cd59971db
|
Type hints
|
2020-01-01 00:46:27 +05:00 |
|
Gabben
|
b01095e61c
|
Add new shortcut
|
2020-01-01 00:45:43 +05:00 |
|
Gabben
|
2ff504ad41
|
Add new shortcuts
|
2020-01-01 00:42:49 +05:00 |
|
Gabben
|
04ca6d353d
|
Replace get_user_profile_photos with get_profile_photos
|
2020-01-01 00:40:31 +05:00 |
|
Alex Root Junior
|
b66ad8762d
|
Merge pull request #250 from gabbhack/4.5
Bot API 4.5 (without MarkdownV2)
|
2019-12-31 21:14:47 +02:00 |
|
Gabben
|
efc45ed96c
|
Update chat.py
|
2020-01-01 00:12:26 +05:00 |
|
Gabben
|
98d3f789d2
|
Add chat shortcast
|
2020-01-01 00:09:22 +05:00 |
|
Gabben
|
5ea0aa095d
|
New method from Bot API 4.5
- setChatAdministratorCustomTitle
|
2019-12-31 23:00:37 +05:00 |
|
Gabben
|
2a2d578175
|
Add new type fields from Bot API 4.5
|
2019-12-31 22:46:08 +05:00 |
|
Ali Tlisov
|
c0353b802d
|
fixed socks proxy usage
|
2019-12-29 18:49:46 +03:00 |
|
Alex Root Junior
|
e2f428ea46
|
Update FUNDING.yml
|
2019-12-04 18:11:03 +02:00 |
|
Alex Root Junior
|
528e27b86e
|
Merge pull request #241 from aiogram/#238-deeplinking
#238 Deep linking feature
|
2019-12-03 17:25:19 +02:00 |
|
Alex Root Junior
|
cd0072eb45
|
Merge pull request #244 from aiogram/opencollective-org-link-fix
Fixed opencollective organization link
|
2019-11-30 12:14:59 +02:00 |
|
Oleg A
|
383f1078a5
|
Fixed opencollective organization link
|
2019-11-30 11:35:25 +03:00 |
|
Oleg A
|
5489e4cc18
|
#238 Added /start Pattern test cases
|
2019-11-30 00:21:38 +03:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|