Remove QuickReplyMessage.noforwards.
This commit is contained in:
parent
f43ba61252
commit
3103a6d82c
@ -230,7 +230,6 @@ void QuickReplyManager::QuickReplyMessage::store(StorerT &storer) const {
|
||||
STORE_FLAG(has_via_bot_user_id);
|
||||
STORE_FLAG(is_failed_to_send);
|
||||
STORE_FLAG(disable_notification);
|
||||
STORE_FLAG(noforwards);
|
||||
STORE_FLAG(invert_media);
|
||||
STORE_FLAG(from_background);
|
||||
STORE_FLAG(disable_web_page_preview);
|
||||
@ -296,7 +295,6 @@ void QuickReplyManager::QuickReplyMessage::parse(ParserT &parser) {
|
||||
PARSE_FLAG(has_via_bot_user_id);
|
||||
PARSE_FLAG(is_failed_to_send);
|
||||
PARSE_FLAG(disable_notification);
|
||||
PARSE_FLAG(noforwards);
|
||||
PARSE_FLAG(invert_media);
|
||||
PARSE_FLAG(from_background);
|
||||
PARSE_FLAG(disable_web_page_preview);
|
||||
|
@ -89,7 +89,6 @@ class QuickReplyManager final : public Actor {
|
||||
|
||||
bool is_failed_to_send = false;
|
||||
bool disable_notification = false;
|
||||
bool noforwards = false;
|
||||
bool invert_media = false;
|
||||
|
||||
bool from_background = false; // for send_message
|
||||
|
Loading…
Reference in New Issue
Block a user