mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-23 23:34:28 +00:00
Add quote_text
& quote_entities
on message copy (#11)
This commit is contained in:
parent
a451adee57
commit
34c93e8ece
@ -3626,6 +3626,8 @@ class Message(Object, Update):
|
||||
message_thread_id=message_thread_id,
|
||||
reply_to_chat_id=reply_to_chat_id,
|
||||
reply_to_message_id=reply_to_message_id,
|
||||
quote_text=quote_text,
|
||||
quote_entities=quote_entities,
|
||||
schedule_date=schedule_date,
|
||||
protect_content=protect_content,
|
||||
reply_markup=self.reply_markup if reply_markup is object else reply_markup
|
||||
|
Loading…
Reference in New Issue
Block a user