Remove QuickReplyMessage.is_copy.

This commit is contained in:
levlam 2024-02-27 22:06:01 +03:00
parent 4e198f0fe5
commit b7e8584260
2 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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