mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Add missing quick_reply_shortcut_id
This commit is contained in:
parent
47178dfaef
commit
7ceb2e0b25
|
@ -212,6 +212,7 @@ class Message(ChatGetter, SenderGetter, TLObject):
|
||||||
self.reactions = reactions
|
self.reactions = reactions
|
||||||
self.restriction_reason = restriction_reason
|
self.restriction_reason = restriction_reason
|
||||||
self.ttl_period = ttl_period
|
self.ttl_period = ttl_period
|
||||||
|
self.quick_reply_shortcut_id = quick_reply_shortcut_id
|
||||||
# Copied from MessageService.__init__ body
|
# Copied from MessageService.__init__ body
|
||||||
self.action = action
|
self.action = action
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user