Suren Khorenyan
|
9deb95a9ea
|
Minor typography changes
|
2018-03-17 11:13:43 +03:00 |
|
Suren Khorenyan
|
82b35acf52
|
Add return self to the InlineKeyboardMarkup's insert method
|
2018-03-17 11:12:53 +03:00 |
|
Suren Khorenyan
|
7d80475942
|
Improvements in InlineKeyboardMarkup
|
2018-03-16 22:40:14 +03:00 |
|
Suren Khorenyan
|
b45df4ea2e
|
Fix response None check in handlers
|
2018-03-15 20:48:17 +03:00 |
|
Suren Khorenyan
|
19f67a2e99
|
Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x
# Conflicts:
# aiogram/types/user.py - update hashing in user type
|
2018-03-15 20:46:34 +03:00 |
|
Suren Khorenyan
|
11fc718c40
|
Minor typos fix
|
2018-03-15 20:40:16 +03:00 |
|
Alex Root Junior
|
a8c6d16472
|
Change version number.
|
2018-03-01 19:41:02 +02:00 |
|
Alex Root Junior
|
70b60f1b29
|
Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x
|
2018-03-01 19:40:02 +02:00 |
|
Alex Root Junior
|
8433c4cc4a
|
Auto close bot HTTP-connections.
|
2018-03-01 19:39:52 +02:00 |
|
Alex Root Junior
|
f185f69e8d
|
Lost Message.reply_sticker & reply=True by default in Message.reply
|
2018-03-01 19:38:14 +02:00 |
|
Alex Root Junior
|
17f86ec5fc
|
Merge pull request #18 from h0n3yc4k3/patch-1
Fixed minor typo
|
2018-02-23 23:14:15 +02:00 |
|
Pryanik
|
5de860af6e
|
Fixed minor typo
|
2018-02-23 22:33:25 +03:00 |
|
Alex Root Junior
|
dfcc59d349
|
Change version number
|
2018-02-23 14:11:35 +02:00 |
|
Alex Root Junior
|
a3856e33bd
|
Default value for state argument in FSMContext.set_state
|
2018-02-23 14:08:02 +02:00 |
|
Alex Root Junior
|
7cab32b1cc
|
Fix Fatal Python error: PyImport_GetModuleDict: no module dictionary!
|
2018-02-23 13:56:35 +02:00 |
|
Alex Root Junior
|
39fdac27c6
|
Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x
|
2018-02-23 13:19:40 +02:00 |
|
Alex Root Junior
|
531b2a4df7
|
Hashable TelegramObject
|
2018-02-23 13:19:23 +02:00 |
|
Alex Root Junior
|
4dcccaae36
|
Merge pull request #15 from Ars2014/dev-1.x
Using connection pool in RethinkDB driver
|
2018-02-23 11:46:52 +02:00 |
|
Arslan Sakhapov
|
9ef7ef4643
|
Add max_conn param
|
2018-02-22 21:20:01 +05:00 |
|
Alex Root Junior
|
f3f9b3c27a
|
Check python version in setup.py
|
2018-02-22 02:11:29 +02:00 |
|
Alex Root Junior
|
4f2cb40aea
|
Implemented auth widget object and auth data validator.
|
2018-02-22 01:56:44 +02:00 |
|
Alex Root Junior
|
6ee38bcad9
|
Merge pull request #17 from surik00/dev-1.x
Moar fixes
|
2018-02-22 00:42:43 +02:00 |
|
Suren Khorenyan
|
f9c44bb2d7
|
Minor typos fixes in examples
|
2018-02-21 19:09:44 +03:00 |
|
Suren Khorenyan
|
e1f61fd4ae
|
Some typos fixes in dispatcher's examples docstrings
|
2018-02-21 18:29:14 +03:00 |
|
Suren Khorenyan
|
87387b559c
|
Fix TypeError('Filter must be callable and/or awaitable!') on list, set and tuple states
|
2018-02-21 17:36:59 +03:00 |
|
Alex Root Junior
|
7ed1f998cd
|
Merge pull request #16 from surik00/dev-1.x
Super minor fixes in typography + payments example improvement
|
2018-02-17 20:39:20 +02:00 |
|
Suren Khorenyan
|
55ed11dbd2
|
Slightly improved payments example
|
2018-02-17 20:41:55 +03:00 |
|
Suren Khorenyan
|
9159f5d2a1
|
Added keys for ContentType description
|
2018-02-17 20:41:33 +03:00 |
|
Arslan 'Ars2014' Sakhapov
|
99f5a89f70
|
Using connection pool in RethinkDB driver
|
2018-02-17 22:25:23 +05:00 |
|
Suren Khorenyan
|
4957596ce3
|
Removed redundant spaces in bot.py
|
2018-02-17 20:09:13 +03:00 |
|
Alex Root Junior
|
20c9f8e030
|
Merge pull request #14 from surik00/dev-1.x
Message CONNECTED_WEBSITE content type
|
2018-02-16 21:20:22 +02:00 |
|
Suren Khorenyan
|
26b5f4ebb3
|
Message CONNECTED_WEBSITE content type
|
2018-02-15 20:57:55 +03:00 |
|
Alex Root Junior
|
0a7aa2eb31
|
Merge pull request #13 from surik00/dev-1.x
More typos fix
|
2018-02-14 21:19:34 +02:00 |
|
Suren Khorenyan
|
3de5783102
|
Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x
|
2018-02-14 22:14:30 +03:00 |
|
Suren Khorenyan
|
647472b32c
|
Dispatcher init typos fix
|
2018-02-14 22:14:09 +03:00 |
|
Arslan 'Ars2014' Sakhapov
|
4a9533ded5
|
Merge branch 'dev-1.x' of https://github.com/aiogram/aiogram into dev-1.x
|
2018-02-14 18:43:57 +05:00 |
|
Alex Root Junior
|
34c5ecd904
|
Merge remote-tracking branch 'origin/dev-1.x' into dev-1.x
|
2018-02-14 14:48:58 +02:00 |
|
Alex Root Junior
|
819a212b55
|
Implemented features from the latest Bot API 3.6.
|
2018-02-14 14:48:13 +02:00 |
|
Suren Khorenyan
|
70fb332fd3
|
Minor refactoring:
- removed remaining assertions
- quotes replaced with double quotes in f-strings
|
2018-02-12 22:06:05 +03:00 |
|
Alex Root Junior
|
7fa12fc80e
|
Merge pull request #12 from surik00/dev-1.x
Minor typos fixes + ReplyKeyboardMarkup.insert method fix
|
2018-02-11 19:42:20 +02:00 |
|
Suren Khorenyan
|
5a905abe87
|
Fixed ReplyKeyboardMarkup.insert method
|
2018-02-11 12:57:26 +03:00 |
|
Suren Khorenyan
|
bd8e1473c0
|
Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x
|
2018-02-11 12:50:44 +03:00 |
|
Suren Khorenyan
|
3c99b171f6
|
Minor typos fixes
|
2018-02-11 12:50:28 +03:00 |
|
Alex Root Junior
|
483c1b295d
|
Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x
|
2018-02-08 21:35:01 +02:00 |
|
Alex Root Junior
|
e3b79ea81e
|
Don't set default commands.
|
2018-02-08 21:34:36 +02:00 |
|
Alex Root Junior
|
7c92907840
|
Upd description of exportChatInviteLink
|
2018-02-08 21:19:06 +02:00 |
|
Alex Root Junior
|
f1e299f649
|
Merge pull request #11 from apik/dev-1.x
Added left_chat_member state to the Message class
|
2018-02-03 11:05:35 +02:00 |
|
Andrey Pikelner
|
01519e35e2
|
LEFT_CHAT_MEMBER switched to list
|
2018-02-03 10:01:17 +01:00 |
|
Andrey Pikelner
|
104ffd32d0
|
Added left_chat_member state to the Message class
|
2018-02-03 01:14:50 +01:00 |
|
Alex Root Junior
|
112e38f5b1
|
Change version number. Oops. I forgot commit that.
|
2018-01-27 23:35:08 +02:00 |
|