Home
last modified time | relevance | path

Searched refs:ShowAndStartBotMsgId (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_msg_id.h85 constexpr auto ShowAndStartBotMsgId = MsgId(SpecialMsgIdShift + 4); variable
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/inline_bots/
H A Dinline_results_inner.cpp626 Ui::showPeerHistory(_inlineBot, ShowAndStartBotMsgId); in switchPm()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_widget.cpp1905 const auto startBot = (showAtMsgId == ShowAndStartBotMsgId); in showHistory()