Skip to content

Commit

Permalink
Add missing quick_reply_shortcut_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Mar 10, 2024
1 parent 47178df commit 7ceb2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telethon/tl/custom/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def __init__(
self.reactions = reactions
self.restriction_reason = restriction_reason
self.ttl_period = ttl_period
self.quick_reply_shortcut_id = quick_reply_shortcut_id
# Copied from MessageService.__init__ body
self.action = action

Expand Down

0 comments on commit 7ceb2e0

Please sign in to comment.