Commit graph

45 commits

Author SHA1 Message Date
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
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
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
798038484f Provide more content types and and allow to handle all (ContentType.ALL) types of messages. 2017-11-13 20:57:51 +02:00
Alex Root Junior
3e505a653b Parse Message.date as date & update DateTimeField. 2017-10-27 20:29:54 +03:00
Alex Root Junior
44a24b243c Make some types hashable. 2017-10-22 17:18:44 +03:00
Alex Root Junior
afd76cce9f Update types to 3.4 Bot API 2017-10-22 16:55:33 +03:00
Alex Root Junior
84c8548ceb New types (In process...) 2017-10-12 16:43:23 +03:00
Alex Root Junior
00cc42c216 Remove old code. (2) 2017-09-27 09:07:14 +03:00
Alex Root Junior
c8349112d0 Bot API 3.3. 2017-08-23 22:51:27 +03:00
Alex Root Junior
b65f181402 More correct names for writing styles in HelperMode 2017-08-15 04:32:11 +03:00
Alex Root Junior
2346ade309 I think exceptions module is utility. 2017-08-15 04:17:20 +03:00
Alex Root Junior
33f7f0018e Fix parsing date in Deserializable objects. 2017-08-05 04:15:16 +03:00
Alex Root Junior
c9e7be97f2 Fix f70d45c & e90ca7c 2017-08-04 14:08:51 +03:00
Alex Root Junior
ae48ed973a Fix docs. 2017-08-04 14:00:48 +03:00
Alex Root Junior
f8b80d39be TODO's 2017-08-01 08:14:26 +03:00
Alex Root Junior
e90ca7cfae Use ListItem by default in ContentType helper. 2017-07-29 04:46:41 +03:00
Alex Root Junior
9e894cf06b I think it will always be valid. (remove Deserializable.check_json) 2017-07-29 03:24:50 +03:00
Alex Root Junior
6c21270ccb Provide proxy connection. Add example for proxy and emoji util 2017-07-25 18:04:09 +03:00
Alex Root Junior
f50fc15c59 Unused import. 2017-07-23 06:05:26 +03:00
Alex Root Junior
42245fc58a Parse message entities (As HTML and markdown) and update markdown utils (add html mode) 2017-07-23 02:40:25 +03:00
Alex Root Junior
5b87708049 Provide some actions from data types. 2017-07-12 00:16:29 +03:00
Alex Root Junior
595caaa458 Mooore doc's. 2017-06-04 14:37:34 +03:00
Alex Root Junior
07c7c1f32a Refactoring. 2017-06-02 03:01:28 +03:00
Alex Root Junior
4bd8544531 Fix message.get_command() and etc. 2017-05-27 03:07:48 +03:00
Alex Root Junior
5e93656b7a Strip args 2017-05-26 11:01:14 +03:00
Alex Root Junior
1759fd9172 Get command and args from message 2017-05-26 11:00:37 +03:00
Alex Root Junior
6f40b9c0cf Optimize deserializer 2017-05-26 09:41:47 +03:00
Alex Root Junior
4dba8f534e Reformat code. Use rel imports. 2017-05-26 07:55:05 +03:00
Alex Root Junior
8350483c98 Add all deserializable types. 2017-05-26 07:25:37 +03:00
Alex Root Junior
1351e65124 Forward message 2017-05-26 06:03:21 +03:00
Alex Root Junior
e87180b6f4 Provide sendMessage and deleteMessage methods. 2017-05-26 05:44:44 +03:00
Alex Root Junior
716865695c Configure Deserializable object. (Set bot for types) and stop using __slots__ 2017-05-26 05:21:32 +03:00
Alex Root Junior
cc8511284f Small fixes 2017-05-26 04:43:28 +03:00
Alex Root Junior
0d6af5bc8d Rename data -> raw_data 2017-05-26 03:51:21 +03:00
Alex Root Junior
44bf906110 Rel import 2017-05-26 03:28:46 +03:00
Alex Root Junior
834fa35e84 Parse Message.from_user 2017-05-21 18:54:50 +03:00
Alex Root Junior
f3b9fe526d Add ParseMode's list 2017-05-21 17:34:25 +03:00
Alex Root Junior
4078d555a4 Add content type detection in message object 2017-05-21 17:31:37 +03:00
Alex Root Junior
d154d7c1e9 Add message entity 2017-05-19 23:39:40 +03:00
Alex Root Junior
9d0f3fa65d Fix empty fields in parsers 2017-05-19 23:25:33 +03:00
Alex Root Junior
80305c326b Add message type (not full) 2017-05-19 23:14:00 +03:00