Commit Graph

137 Commits

Author SHA1 Message Date
Dan
8c88a69d81 Remove redundant escape characters 2018-01-20 14:45:13 +01:00
Dan
ea35fa2480 Update to Layer 75 2018-01-20 14:43:23 +01:00
Dan
a3c3d5a740 Update to v0.4.0 2018-01-18 14:19:18 +01:00
Dan
4784ba53e1 Remove redundant code 2018-01-18 12:22:16 +01:00
Dan
3686f6921d Remove try..except block, now pyaes is made available during setup 2018-01-17 00:16:23 +01:00
Dan
789cffa4f7 Remove print call 2018-01-16 22:06:04 +01:00
Dan
ba21430512 Add SOCKS5 proxy support 2018-01-16 22:05:19 +01:00
Dan
e9f6bce579 Reformat connection classes to accommodate proxy settings 2018-01-16 16:33:28 +01:00
Dan
0aed7bf24a Use socks socket to allow enabling a proxy 2018-01-16 16:26:20 +01:00
Dan
155087e305 Set the update handler *after* fetching the dialogs 2018-01-15 13:44:29 +01:00
Dan
ca8e5679ee Update docstrings 2018-01-15 13:42:05 +01:00
Dan
3e83e4e565 Revert back to "|" 2018-01-15 13:10:44 +01:00
Dan
4250ac1760 Fix cross-reference 2018-01-15 11:57:16 +01:00
Dan
2911a64772 Add ability to delete messages on channels and supergroups 2018-01-12 20:52:43 +01:00
Dan
ead7573d33 Replace "|" with "or" 2018-01-08 06:34:49 +01:00
Dan
44d1679108 Add ability to export current links without revoking the old ones 2018-01-08 06:31:48 +01:00
Dan
25412cdfd7 Update to v0.3.3 2018-01-06 14:30:55 +01:00
Dan
75dbbaeaf5 Use concise names when cross-referencing, "type" is often implicit 2018-01-06 12:28:17 +01:00
Dan
5244e962d1 Fix reformatted functions names 2018-01-04 16:30:29 +01:00
Dan
b4fee5b5e0 Update docstrings 2018-01-04 03:02:55 +01:00
Dan
b06ae1c38e Update to v0.3.2 2018-01-03 19:10:40 +01:00
Dan
9bfe4b5058 Add type hinting in Client docstrings 2018-01-03 17:39:12 +01:00
Dan
0292d1d446 Add more detailed docs for ChatAction class 2018-01-03 17:37:51 +01:00
Dan
d70c2bb564 Update copyright year 2018-01-01 13:24:07 +01:00
Dan
8339f493bc Don't retry forever 2017-12-31 11:46:42 +01:00
Dan
5297fb0587 Update to v0.3.0 2017-12-30 22:48:47 +01:00
Dan
74788f934f Expose the Error class from the main package 2017-12-30 19:31:22 +01:00
Dan
5e7d9af95d Document the Error class 2017-12-30 19:30:51 +01:00
Dan
8be5351452 Add "Raises" section in docstrings 2017-12-30 19:23:18 +01:00
Dan
1df1762d54 Add docstrings for exposed classes and methods 2017-12-29 21:44:45 +01:00
Dan
df5cee5b03 Remove unnecessary branch 2017-12-28 13:10:01 +01:00
Dan
211381a9a8 Skip already processed messages 2017-12-28 13:06:26 +01:00
Dan
4019693363 Add export_chat_invite_link method 2017-12-27 21:23:00 +01:00
Dan
e242f2a555 Add support for downloading files in different DCs 2017-12-27 20:59:37 +01:00
Dan
ba0af8043c Add Null primitive data type 2017-12-27 13:05:59 +01:00
Dan
8a8e863598 Add edit_message_caption method 2017-12-26 18:50:57 +01:00
Dan
f62ce30dbf Check if not None before calling .join() 2017-12-26 01:19:38 +01:00
Dan
2d9579945b Update to v0.2.2 2017-12-25 13:45:16 +01:00
Dan
6b9a757ce7 Add delete parameter to delete the chat dialog 2017-12-25 13:02:14 +01:00
Dan
924302aed5 Fix get_dialogs not fetching some dialogs containing service messages 2017-12-25 12:51:03 +01:00
Dan
64fbcf2237 Add leave_chat method 2017-12-25 12:47:08 +01:00
Dan
c7f7825c92 Add join_chat method 2017-12-25 12:30:48 +01:00
Dan
aef1386a1a Accept usernames starting with "@" 2017-12-25 11:49:59 +01:00
Dan
3eaba9d2f4 Fix deserialization for bare Vectors 2017-12-25 11:47:08 +01:00
Dan
7b6d71753d Update to v0.2.1 2017-12-24 00:04:09 +01:00
Dan
5128f6310b Wait for threads to stop when closing the session 2017-12-23 23:43:20 +01:00
Dan
0231ce58d5 Remove some TODOs in code 2017-12-23 14:02:14 +01:00
Dan
9792ee902d Add get_user_profile_photos method 2017-12-23 13:34:06 +01:00
Dan
54fa3af4d5 Add initial support for photos download 2017-12-23 12:26:26 +01:00
Dan
ef7ee13a56 Wait a second before retrying 2017-12-22 09:27:47 +01:00