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

Method cancelTyping

Telegram/SourceFiles/api/api_send_progress.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void SendProgressManager::cancelTyping(not_null<History*> history) {
51 _stopTypingTimer.cancel();
52 cancel(history, SendProgressType::Typing);
53}
54
55void SendProgressManager::update(
56 not_null<History*> history,

Callers 1

showHistoryMethod · 0.80

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected