Commit Graph

820 Commits

Author SHA1 Message Date
Dan
ede627de52 Directly pass the message instead of the update 2018-04-06 20:35:38 +02:00
Dan
e98b209526 Accommodate the new Dispatcher 2018-04-06 18:48:41 +02:00
Dan
7bd52c3718 Add handlers to __init__ file 2018-04-06 18:37:54 +02:00
Dan
331eb62455 Clean up __init__ file 2018-04-06 18:37:11 +02:00
Dan
2dc57002d6 Add Dispatcher 2018-04-06 18:36:29 +02:00
Dan
9df7fc774f Add handlers to init file 2018-04-06 17:46:34 +02:00
Dan
e638cc68c6 Add ChannelPostHandler and EditedChannelPostHandler 2018-04-06 17:45:37 +02:00
Dan
f5a906452c Add EditedMessageHandler 2018-04-06 17:45:03 +02:00
Dan
1e8cb843cb Add MessageHandler 2018-04-06 17:44:50 +02:00
Dan
6bc52fd03b Add base Handler class 2018-04-06 17:44:12 +02:00
Dan
6fd4c5c016 Add TODO 2018-04-06 14:47:47 +02:00
Dan
73246c26f9 Rename utils to message_parser 2018-04-06 14:47:00 +02:00
Dan
055d1c80ea Handle text_mentions 2018-04-05 20:59:41 +02:00
Dan
f3fcfb17df Add fallback for any unsupported media 2018-04-05 20:44:11 +02:00
Dan
3229d36556 Remove docstrings for now 2018-04-05 20:43:21 +02:00
Dan
23c0d2b9ce Handle Venue type 2018-04-05 20:35:25 +02:00
Dan
1fe2b11a0a Update imports 2018-04-05 20:21:02 +02:00
Dan
3593886917 Keep InputMediaVideo separated as well 2018-04-05 20:19:37 +02:00
Dan
7079815970 Keep InputMediaPhoto separated 2018-04-05 20:18:04 +02:00
Dan
38e895ed82 Merge branch 'master' into new-api
# Conflicts:
#	pyrogram/crypto/aes.py
2018-04-05 20:13:18 +02:00
Dan
73fbe60057 Remove APIKey class 2018-04-05 13:05:27 +02:00
Dan
942c20d08b Use separate api_id and api_hash parameters
Instead of a tuple (api_id, api_hash)
2018-04-05 12:55:34 +02:00
Dan
cce937e54b Set correct type hint 2018-04-05 11:43:56 +02:00
Dan
f8b272a925 Allow passing phone numbers with white spaces
E.g.: "+39 123 456 7890"
2018-04-05 11:31:01 +02:00
Dan
fad0e7a26d Add new_chat_photo field 2018-04-05 11:17:40 +02:00
Dan
65e3852706 Add channel_chat_created field 2018-04-05 10:59:44 +02:00
Dan
7483d3df37 Use correct chat ids 2018-04-05 10:59:12 +02:00
Dan
195cd22ebb Better handling of reply and pin messages 2018-04-05 10:49:20 +02:00
Dan
a2590f3bc8 Don't return None
This will break Message Pin handling
2018-04-05 08:26:50 +02:00
Dan
4adc55a070 Move GIF handling before Video to avoid an extra check 2018-04-05 08:22:27 +02:00
Dan
feece7e633 Add return types (function annotations) 2018-04-05 00:23:38 +02:00
Dan
66347a7140 Move pyrogram types import on the top 2018-04-05 00:19:13 +02:00
Dan
2fcd8ea54e Handle GIF and Document type 2018-04-04 23:59:30 +02:00
Dan
f1a8cd1038 Rename to image_size_attributes 2018-04-04 22:48:14 +02:00
Dan
2acb38649d Add some TODOs 2018-04-04 22:47:52 +02:00
Dan
447cd92b02 Handle media_group_id 2018-04-04 22:42:30 +02:00
Dan
d5fe82687c Handle Sticker type 2018-04-04 22:37:40 +02:00
Dan
59ddd8d4cc Add Sticker type 2018-04-04 22:37:22 +02:00
Dan
c1e6f9c2ca Handle Voice type 2018-04-04 22:27:05 +02:00
Dan
70fa667ef9 Handle Video and VideoNote type 2018-04-04 22:24:09 +02:00
Dan
c49c8c0ce6 Handle Audio type 2018-04-04 22:23:20 +02:00
Dan
156afd9805 Handle Contact type 2018-04-04 20:28:05 +02:00
Dan
7ba523600e Handle Location type 2018-04-04 20:21:07 +02:00
Dan
6201f6b1f7 Add a bunch of TODOs 2018-04-04 20:15:59 +02:00
Dan
fcf0e4515f Don't try to stop a non-started Client 2018-04-03 14:54:34 +02:00
Dan
88292cf7d6 Implement __bool__ 2018-04-03 14:44:24 +02:00
Dan
2da47d7b6b Merge branch 'new-api' into file_id 2018-04-03 12:40:19 +02:00
Dan
10452dc545 Don't allow start() to be called more than once 2018-04-03 11:45:19 +02:00
Dan
e69fea4bb5 More readable exception handling 2018-04-03 11:40:08 +02:00
Dan
124ec40300 Inherit again from Object 2018-04-03 10:54:29 +02:00