mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix webview switch_inline to the same chat.
This commit is contained in:
@@ -379,10 +379,14 @@ public:
|
||||
|
||||
void setCurrentDialogsEntryState(Dialogs::EntryState state);
|
||||
[[nodiscard]] Dialogs::EntryState currentDialogsEntryState() const;
|
||||
void switchInlineQuery(
|
||||
bool switchInlineQuery(
|
||||
Dialogs::EntryState to,
|
||||
not_null<UserData*> bot,
|
||||
const QString &query);
|
||||
bool switchInlineQuery(
|
||||
not_null<Data::Thread*> thread,
|
||||
not_null<UserData*> bot,
|
||||
const QString &query);
|
||||
|
||||
[[nodiscard]] Dialogs::RowDescriptor resolveChatNext(
|
||||
Dialogs::RowDescriptor from = {}) const;
|
||||
|
Reference in New Issue
Block a user