Lonami Exo
|
05f7f076d5
|
Fix InputPeer* with None hash, drop them off database (closes #354)
|
2017-10-30 10:33:45 +01:00 |
|
Lonami Exo
|
d58c729af0
|
Add missing InputPeerSelf case to .get_input_user
|
2017-10-24 09:43:59 +02:00 |
|
Lonami Exo
|
4fd9d361f0
|
Replace redundant isinstance calls with a tuple parameter
|
2017-10-13 11:39:34 +02:00 |
|
Lonami Exo
|
da51e71def
|
Fix .get_input_entity returning marked IDs (closes #314)
|
2017-10-09 19:40:39 +02:00 |
|
Lonami Exo
|
e2ac18b7bc
|
Use larger chunks when downloading/uploading files
|
2017-10-09 13:19:03 +02:00 |
|
Lonami Exo
|
83677fc927
|
Enhance and use .get_input_photo on the generated code
|
2017-10-08 13:45:14 +02:00 |
|
Lonami Exo
|
6d877549cb
|
Cleanup utils.get_peer_id
|
2017-10-06 21:47:10 +02:00 |
|
Lonami Exo
|
79e36c98bd
|
Fix EntityDatabase.get_input_peer not actually working
|
2017-10-06 21:42:04 +02:00 |
|
Lonami Exo
|
1fb3d0d00c
|
Fix EntityDatabase failing to cache self user
|
2017-10-05 13:34:11 +02:00 |
|
Lonami Exo
|
a8edacd34a
|
Fix get_peer_id going into infinite recursion for InputPeerSelf
|
2017-10-05 12:59:44 +02:00 |
|
Lonami Exo
|
16f929b8b6
|
Fix .get_peer_id not working with full entities
|
2017-10-05 12:33:24 +02:00 |
|
Lonami Exo
|
a737f33324
|
Save all found entities to the session file
|
2017-10-01 13:27:08 +02:00 |
|
Lonami Exo
|
68e7d481f4
|
Add support to get all dialogs at once
|
2017-10-01 11:25:12 +02:00 |
|
Lonami Exo
|
afc4bd9cab
|
Rename constructor/subclass_of_id to upper case, keep only static
|
2017-09-29 13:11:33 +02:00 |
|
Lonami Exo
|
3c7dd25982
|
Revert "if * is None" check (8bff10d ) on get_input_* due to 423efc4
|
2017-09-29 12:02:26 +02:00 |
|
Lonami Exo
|
1d50bba8bc
|
Add get_input_* methods for Media and such
|
2017-09-25 13:43:03 +02:00 |
|
Lonami Exo
|
8bff10d956
|
Fix get_input_* not skipping None entities (#215)
This was an issue when parsing optional parameters, since None
could not be specified, resulting in a strange crash.
|
2017-08-30 11:12:25 +02:00 |
|
Lonami Exo
|
d5323c5506
|
Enhance a lot choosing a valid path when downloading files
|
2017-08-24 17:44:38 +02:00 |
|
Lonami Exo
|
83c346ccc5
|
Let InputPeerChannel be casted automatically into InputChannel
|
2017-08-05 09:37:34 +02:00 |
|
Lonami Exo
|
88c4cdfb52
|
Make get_input_* methods slightly smarter
|
2017-07-10 16:11:06 +02:00 |
|
Lonami Exo
|
bdee94eaf3
|
Implement automatic cast to InputUser too (closes #159)
|
2017-07-10 16:04:10 +02:00 |
|
Lonami Exo
|
95a989be2c
|
Automatically cast Channel to InputChannel (similar to InputPeer)
|
2017-07-07 09:48:06 +02:00 |
|
Lonami Exo
|
f88efa7f49
|
Let PeerChat be casted to InputPeerChat automatically
|
2017-07-04 21:18:35 +02:00 |
|
Lonami Exo
|
e7b0c06ca5
|
Make .get_input_user faster when the right type is given
|
2017-06-16 10:01:05 +02:00 |
|
feodoran
|
13199f737e
|
Handle more cases on .get_display_name
|
2017-06-16 09:11:49 +02:00 |
|
Lonami Exo
|
86d45cc276
|
Improve .get_input_peer and use it only when creating requests*
This avoids cyclic dependencies, so types requiring an InputPeer
as a parameter will NOT convert faulty types to the right ones.
|
2017-06-15 17:03:59 +02:00 |
|
Lonami Exo
|
fc915b2284
|
Fix get_message_history ignoring chats and enhance find_user_or_chat
|
2017-06-14 14:06:35 +02:00 |
|
Lonami Exo
|
7adb4f09d6
|
Slightly reorganise the project structure
|
2017-06-09 16:13:39 +02:00 |
|