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

Method hideDragForwardInfo

Telegram/SourceFiles/mainwidget.cpp:770–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770void MainWidget::hideDragForwardInfo() {
771 if (_hider) {
772 _hider->startHide();
773 _hider.release();
774 }
775}
776
777void MainWidget::sendBotCommand(Bot::SendCommandRequest request) {
778 const auto type = _mainSection

Callers 1

showThreadMethod · 0.80

Calls 2

startHideMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected