Remove QuickReplyMessage.is_copy.
This commit is contained in:
parent
4e198f0fe5
commit
b7e8584260
@ -136,7 +136,6 @@ void QuickReplyManager::QuickReplyMessage::store(StorerT &storer) const {
|
||||
STORE_FLAG(disable_notification);
|
||||
STORE_FLAG(noforwards);
|
||||
STORE_FLAG(invert_media);
|
||||
STORE_FLAG(is_copy);
|
||||
STORE_FLAG(from_background);
|
||||
STORE_FLAG(disable_web_page_preview);
|
||||
STORE_FLAG(hide_via_bot);
|
||||
@ -203,7 +202,6 @@ void QuickReplyManager::QuickReplyMessage::parse(ParserT &parser) {
|
||||
PARSE_FLAG(disable_notification);
|
||||
PARSE_FLAG(noforwards);
|
||||
PARSE_FLAG(invert_media);
|
||||
PARSE_FLAG(is_copy);
|
||||
PARSE_FLAG(from_background);
|
||||
PARSE_FLAG(disable_web_page_preview);
|
||||
PARSE_FLAG(hide_via_bot);
|
||||
|
@ -67,7 +67,6 @@ class QuickReplyManager final : public Actor {
|
||||
bool noforwards = false;
|
||||
bool invert_media = false;
|
||||
|
||||
bool is_copy = false; // for send_message
|
||||
bool from_background = false; // for send_message
|
||||
bool disable_web_page_preview = false; // for send_message
|
||||
bool hide_via_bot = false; // for resend_message
|
||||
|
Loading…
Reference in New Issue
Block a user