Alex Root Junior
|
c143d82023
|
Merge pull request #31 from surik00/dev-1.x
Fix ReplyKeyboardMarkup's add method
|
2018-04-03 18:21:19 +03:00 |
|
Suren Khorenyan
|
237f75c58d
|
Fix ReplyKeyboardMarkup's add method
Fix when add method taking multiple buttons was adding one button to a new row and then adding items to rows according to row_width
|
2018-04-03 11:39:03 +03:00 |
|
Alex Root Junior
|
83ed3f67ce
|
Merge pull request #29 from surik00/dev-1.x
Make Message's get_command method return pure command
|
2018-04-01 15:53:39 +03:00 |
|
Suren Khorenyan
|
014be7bca6
|
Upgraded Message's get_command method to return pure command
(backward compatible)
|
2018-04-01 15:33:35 +03:00 |
|
Alex Root Junior
|
8854e0c53c
|
Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x
|
2018-03-28 20:49:09 +03:00 |
|
Alex Root Junior
|
d0dc3fab8c
|
WTF is going on? Fixed chat actions util.
|
2018-03-28 20:46:55 +03:00 |
|
Alex Root Junior
|
b0e1994a82
|
Merge pull request #28 from Olegt0rr/patch-4
InlineKeyboardMarkup insert bug fix
|
2018-03-26 01:41:05 +03:00 |
|
Olegt0rr
|
c86f1470ba
|
InlineKeyboardMarkup insert bug fix
|
2018-03-26 00:23:24 +03:00 |
|
Alex Root Junior
|
014271c139
|
Merge pull request #27 from Olegt0rr/patch-3
Swap around checking of VENUE and LOCATION content
|
2018-03-25 14:21:31 +03:00 |
|
Olegt0rr
|
c144156f43
|
Swap around checking of VENUE and LOCATION content
|
2018-03-25 10:56:07 +03:00 |
|
Suren Khorenyan
|
def6fff4a9
|
Upgrade ReplyKeyboardMarkup methods to return self
|
2018-03-17 11:29: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
|
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
|
f185f69e8d
|
Lost Message.reply_sticker & reply=True by default in Message.reply
|
2018-03-01 19:38:14 +02:00 |
|
Alex Root Junior
|
531b2a4df7
|
Hashable TelegramObject
|
2018-02-23 13:19:23 +02:00 |
|
Alex Root Junior
|
4f2cb40aea
|
Implemented auth widget object and auth data validator.
|
2018-02-22 01:56:44 +02:00 |
|
Suren Khorenyan
|
9159f5d2a1
|
Added keys for ContentType description
|
2018-02-17 20:41:33 +03:00 |
|
Suren Khorenyan
|
26b5f4ebb3
|
Message CONNECTED_WEBSITE content type
|
2018-02-15 20:57:55 +03: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
|
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 |
|
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
|
67bcfb4772
|
Use User.full_name instead User.mention in User.get_mention() method.
|
2018-01-27 12:12:54 +02:00 |
|
Alex Root Junior
|
47a865aa5f
|
More usable ChatType checker. Allow to use message or chat instances.
|
2018-01-27 08:15:34 +02:00 |
|
Alex Root Junior
|
7c40b974bb
|
Parse text mention from entities.
|
2018-01-27 05:26:51 +02:00 |
|
Alex Root Junior
|
77f5b4f03a
|
Edit/stop live location from message object.
|
2018-01-27 03:39:01 +02:00 |
|
Alex Root Junior
|
8490306096
|
Refactor types.
|
2018-01-24 02:29:48 +02:00 |
|
Alex Root Junior
|
51b84cd78e
|
Fixed attachment of media from dict. (InputMedia<Photo/Video>, MediaGroup)
|
2018-01-16 04:24:38 +02:00 |
|
Alex Root Junior
|
2656cab2f1
|
TelegramObject is iterable.
|
2018-01-10 19:38:41 +02:00 |
|
Alex Root Junior
|
39c935bcd8
|
Merge remote-tracking branch 'origin/master'
|
2018-01-10 19:18:54 +02:00 |
|
Arslan 'Ars2014' Sakhapov
|
3e0d7e1ef5
|
Fix error replacing 'to_json' by 'to_python'
|
2018-01-09 23:10:22 +05:00 |
|
Alex Root Junior
|
62d5dda84d
|
Change error message for missing keys in the context.
|
2017-12-22 05:35:31 +02:00 |
|
Alex Root Junior
|
0295aed615
|
Relative imports and reformat code (auto)
|
2017-12-10 02:40:59 +02:00 |
|
Alex Root Junior
|
787ebe3e63
|
Set default values for not specified fields in payload. // TelegramObject
|
2017-11-28 17:22:46 +02:00 |
|
Alex Root Junior
|
394ef8981b
|
await chat actions.
|
2017-11-21 20:32:02 +02:00 |
|
Alex Root Junior
|
753396330d
|
Implemented new one InputFile interface for sending local files.
|
2017-11-21 20:31:35 +02:00 |
|
Alex Root Junior
|
233acab68e
|
Allow to disable loading file to memory before sending.
|
2017-11-21 00:22:05 +02:00 |
|
Alex Root Junior
|
698a2dca03
|
MediaGroup: Detect media type from dict (in MediaGroup.attach) and other minor improvements.
|
2017-11-17 23:45:50 +02:00 |
|
Alex Root Junior
|
61e7ff9a47
|
Change timeout calculator in ChatActions helper.
|
2017-11-17 23:02:12 +02:00 |
|
Alex Root Junior
|
f11775fcef
|
Implemented features from not announced Telegram Bot API update: sendMediaGroup + InputMedia* + other small changes
|
2017-11-17 23:01:17 +02:00 |
|
Alex Root Junior
|
6d9bdce935
|
Add Message.edit_text method.
|
2017-11-16 00:58:14 +02:00 |
|
Alex Root Junior
|
a2534dd6ad
|
Make more easy helper for chat actions.
|
2017-11-16 00:33:38 +02:00 |
|
Alex Root Junior
|
8b28ba8fc4
|
Add more filters.
|
2017-11-15 23:42:14 +02:00 |
|
Alex Root Junior
|
843caf51a9
|
Fix ListOfLists deserializer.
|
2017-11-15 18:46:45 +02:00 |
|
Alex Root Junior
|
798038484f
|
Provide more content types and and allow to handle all (ContentType.ALL) types of messages.
|
2017-11-13 20:57:51 +02:00 |
|