mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Rename SuggestPostOptions to SuggestOptions.
This commit is contained in:
@@ -2239,7 +2239,7 @@ bool SessionController::switchInlineQuery(
|
||||
to.currentReplyTo.messageId.msg = MsgId();
|
||||
}
|
||||
if (!history->suggestDraftAllowed()) {
|
||||
to.currentSuggest = SuggestPostOptions();
|
||||
to.currentSuggest = SuggestOptions();
|
||||
}
|
||||
auto draft = std::make_unique<Data::Draft>(
|
||||
textWithTags,
|
||||
|
||||
Reference in New Issue
Block a user