mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-30 17:16:46 +00:00
Send start in bots auto in existing bot chats.
This commit is contained in:
@@ -690,6 +690,8 @@ void SessionNavigation::showPeerByLinkResolved(
|
||||
? info.messageId
|
||||
: info.startAutoSubmit
|
||||
? ShowAndStartBotMsgId
|
||||
: (bot && !info.startToken.isEmpty())
|
||||
? ShowAndMaybeStartBotMsgId
|
||||
: ShowAtUnreadMsgId;
|
||||
const auto attachBotUsername = info.attachBotUsername;
|
||||
if (bot && bot->botInfo->startToken != info.startToken) {
|
||||
|
||||
Reference in New Issue
Block a user