add account.get_chat_by_id API

This commit is contained in:
holger krekel
2019-11-03 01:02:45 +01:00
parent 661fc45106
commit 31571be71e
3 changed files with 25 additions and 3 deletions

View File

@@ -324,7 +324,7 @@ class Chat(object):
return None
return from_dc_charpointer(dc_res)
# ------ group management API ------------------------------
# ------ location streaming API ------------------------------
def is_sending_locations(self):
"""return True if this chat has location-sending enabled currently.