diff --git a/Telegram/SourceFiles/mainwidget.cpp b/Telegram/SourceFiles/mainwidget.cpp index e534d53a9..b66e8a70f 100644 --- a/Telegram/SourceFiles/mainwidget.cpp +++ b/Telegram/SourceFiles/mainwidget.cpp @@ -775,7 +775,7 @@ void MainWidget::sendBotCommand(Bot::SendCommandRequest request) { if (type == Window::SectionActionResult::Fallback) { ui_showPeerHistory( request.peer->id, - SectionShow::Way::ClearStack, + SectionShow::Way::Forward, ShowAtTheEndMsgId); _history->sendBotCommand(request); }