Arwichok
|
615b5af00f
|
reply True if msg == None and is_reply == False
|
2019-09-16 15:47:31 +03:00 |
|
Arwichok
|
0365173450
|
fix IsReplyFilter typing
|
2019-09-16 15:15:43 +03:00 |
|
Arwichok
|
f7fdaa1153
|
add IsReplyFilter
|
2019-09-16 14:50:23 +03:00 |
|
Alex Root Junior
|
35cf54078e
|
Merge pull request #209 from jr-minnaar/patch-1
Small typo in docs
|
2019-09-12 11:47:29 +03:00 |
|
JR Minnaar
|
384b5e5b9f
|
Rename file to match example
|
2019-09-12 10:42:46 +02:00 |
|
JR Minnaar
|
1cdfa3e3c2
|
Fix all occurrences of adwanced in text
|
2019-09-12 10:33:24 +02:00 |
|
Rossouw Minnaar
|
a74efa311e
|
Fix spelling
|
2019-09-09 11:13:42 +02:00 |
|
Alex Root Junior
|
4984c2313a
|
Merge pull request #201 from apatrushev/fix-199
process cancellation in dispatch polling
|
2019-09-04 13:58:34 +03:00 |
|
Alex Root Junior
|
d7546125a7
|
Merge pull request #202 from apatrushev/fix-200
fix set_result of close_waiter future on polling end
|
2019-09-04 10:07:56 +03:00 |
|
Alex Root Junior
|
24da65ef2a
|
Merge pull request #205 from MrMrRobat/Fix-html-entity
Fix html user mention entity parse
|
2019-09-04 10:03:47 +03:00 |
|
Arseny Boykov
|
d1720d8190
|
Merge branch 'dev-2.x' into Fix-html-entity
|
2019-09-03 02:31:55 +03:00 |
|
Arseny Boykov
|
1af668f1e0
|
Fix html user mention entity parse
|
2019-09-03 02:26:23 +03:00 |
|
Alex Root Junior
|
b8f1b57004
|
Use self.bot instead of bot_instance = self.bot
|
2019-09-01 19:52:34 +03:00 |
|
Alex Root Junior
|
e56be672a3
|
Safe close aiohttp session when delete bot instance
|
2019-09-01 14:46:51 +03:00 |
|
Alex Root Junior
|
6a089fd19f
|
Add message.send_copy method
|
2019-09-01 14:42:09 +03:00 |
|
birdi
|
546b852747
|
Lazy_gettext in i18nMiddleware have enable_cache=False by default
|
2019-09-01 00:17:16 +03:00 |
|
Anton Patrushev
|
65c87e72f7
|
fix set_result of close_waiter future on polling end
|
2019-08-28 23:42:25 +02:00 |
|
Anton Patrushev
|
a4f684f6bf
|
process cancellation in dispatch polling
|
2019-08-28 23:39:31 +02:00 |
|
Alex Root Junior
|
58a8f43e2c
|
Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x
|
2019-08-28 00:34:42 +03:00 |
|
Alex Root Junior
|
dbda878114
|
Fix renamed_argument decorator. Return results.
|
2019-08-28 00:34:32 +03:00 |
|
Alex Root Junior
|
41ad3dcc0c
|
Merge pull request #198 from evgfilim1/patch-1
Fix error with set_chat_permissions
|
2019-08-27 11:32:54 +03:00 |
|
Evgen
|
1e75f59f57
|
Fix error with set_chat_permissions
I think it should work (I haven't tested it)
|
2019-08-27 13:28:11 +05:00 |
|
Alex Root Junior
|
172d834e3c
|
Merge pull request #196 from Birdi7/fix-rename-stacklevel
Fix stacklevel arguments in renamed arguments in the dispatcher
|
2019-08-24 18:19:55 +03:00 |
|
birdi
|
21127c3a7b
|
Replace positional args with kwargs
|
2019-08-24 16:23:17 +03:00 |
|
birdi
|
6de53dd476
|
Fix stacklevel arguments in renamed arguments in the dispatcher
|
2019-08-24 16:14:49 +03:00 |
|
Alex Root Junior
|
3d4bdcc498
|
Fix Dispatcher.throttle(...) and rename user & chat arguments to user_id & chat_id
|
2019-08-23 23:29:59 +03:00 |
|
Alex Root Junior
|
7f43bf8a65
|
Merge pull request #192 from evgfilim1/patch-1
Add aiogram AUR package installation instructions
|
2019-08-19 12:56:40 +03:00 |
|
Evgen
|
0c1fc4b1dd
|
Add aiogram AUR package installation instructions
|
2019-08-19 00:11:05 +05:00 |
|
Alex Root Junior
|
9a30285d3b
|
Update docs.
|
2019-08-17 00:08:04 +03:00 |
|
Alex Root Junior
|
e9bf01653f
|
Bump version
|
2019-08-16 23:00:02 +03:00 |
|
Alex Root Junior
|
19fc1b8d80
|
Bump deprecated util and fix warning from tests related with new permissions object.
|
2019-08-16 22:57:13 +03:00 |
|
Alex Root Junior
|
b8dfa739db
|
Merge pull request #190 from aiogram/2.x-refactor
Refactor aiogram/utils/auth_widget.py
|
2019-08-16 22:43:07 +03:00 |
|
Suren Khorenyan
|
7863f052d9
|
Refactor aiogram/utils/auth_widget.py
+ fix check auth widget token in BaseBot, fix tests
|
2019-08-16 22:36:11 +03:00 |
|
Alex Root Junior
|
9b2971a525
|
Merge pull request #181 from Birdi7/add-new-ways-throttle
New throttled decorator
|
2019-08-16 13:03:04 +03:00 |
|
birdi
|
ed0d4796e7
|
Merge branch 'dev-2.x' into add-new-ways-throttle
# Conflicts:
# examples/throtling_example.py
|
2019-08-15 17:06:10 +03:00 |
|
Alex Root Junior
|
ca55fad4ba
|
Merge pull request #182 from Ars2014/dev-2.x
Create AdminFilter and rename IdFilter to IDFilter
|
2019-08-15 16:53:28 +03:00 |
|
Alex Root Junior
|
23ceb1445e
|
Merge branch 'dev-2.x' into dev-2.x
|
2019-08-15 16:52:51 +03:00 |
|
Alex Root Junior
|
f27b262335
|
Merge pull request #185 from Birdi7/add_rename_argument_decorator
Add rename argument decorator
|
2019-08-15 16:49:40 +03:00 |
|
Egor
|
95f83d7cef
|
Merge branch 'dev-2.x' into add_rename_argument_decorator
|
2019-08-15 16:48:35 +03:00 |
|
Alex Root Junior
|
64000e0382
|
Merge pull request #191 from Birdi7/add-issue-183
Add relax argument in executor.start_polling
|
2019-08-15 16:38:11 +03:00 |
|
birdi
|
5a29eb0960
|
Add relax argument in executor.start_polling
|
2019-08-15 01:37:55 +03:00 |
|
birdi
|
026416a668
|
refactoring
|
2019-08-12 14:16:38 +03:00 |
|
birdi
|
9ea22a29fc
|
fix docs
|
2019-08-12 14:16:05 +03:00 |
|
Alex Root Junior
|
bb117f83a5
|
Merge pull request #186 from aiogram/2.x-refactor
Some minor refactoring for 2.x
|
2019-08-12 12:36:24 +03:00 |
|
Suren Khorenyan
|
dfc334ef20
|
Minor refactor MessageEntity#parse
|
2019-08-11 23:45:31 +03:00 |
|
Suren Khorenyan
|
be622ca559
|
Refactor some redundant elifs
|
2019-08-11 23:42:18 +03:00 |
|
Suren Khorenyan
|
277eb8b701
|
Refactor TextFilter and its tests
|
2019-08-11 23:35:59 +03:00 |
|
Suren Khorenyan
|
f4339d10b0
|
Super minor refactor webhook and executor
|
2019-08-11 22:55:44 +03:00 |
|
Suren Khorenyan
|
58a5da925a
|
Refactor examples/webhook_example.py
|
2019-08-11 22:52:54 +03:00 |
|
Suren Khorenyan
|
251760a032
|
Rename webhook example
|
2019-08-11 22:51:50 +03:00 |
|