Implement a special context menu for sender userpic.

This commit is contained in:
John Preston
2024-11-04 16:54:01 +04:00
parent 93c01e5f1e
commit 5f037462ed
14 changed files with 137 additions and 16 deletions

View File

@@ -163,7 +163,10 @@ public:
void sendBotCommand(Bot::SendCommandRequest request);
void hideSingleUseKeyboard(FullMsgId replyToId);
void searchMessages(const QString &query, Dialogs::Key inChat);
void searchMessages(
const QString &query,
Dialogs::Key inChat,
PeerData *searchFrom = nullptr);
void setChatBackground(
const Data::WallPaper &background,