Support no-topics recipient state in bot-forums.

This commit is contained in:
John Preston
2026-02-13 16:10:50 +04:00
parent 2e538b5d38
commit 4c2d72d00b
19 changed files with 304 additions and 190 deletions
+2 -1
View File
@@ -161,7 +161,8 @@ public:
const QString &text) const;
bool filesOrForwardDrop(
not_null<Data::Thread*> thread,
not_null<const QMimeData*> data);
not_null<const QMimeData*> data,
bool forumResolved = false);
void sendBotCommand(Bot::SendCommandRequest request);
void hideSingleUseKeyboard(FullMsgId replyToId);