MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / HideSingleUseKeyboard

Function HideSingleUseKeyboard

Telegram/SourceFiles/api/api_bot.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void HideSingleUseKeyboard(
175 not_null<Window::SessionController*> controller,
176 not_null<HistoryItem*> item) {
177 controller->content()->hideSingleUseKeyboard(item->fullId());
178}
179
180} // namespace
181

Callers 1

ActivateBotCommandFunction · 0.85

Calls 3

hideSingleUseKeyboardMethod · 0.45
contentMethod · 0.45
fullIdMethod · 0.45

Tested by

no test coverage detected