Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void SendProgressManager::cancelTyping(not_null<History*> history) {
51
_stopTypingTimer.cancel();
52
cancel(history, SendProgressType::Typing);
53
}
54
55
void SendProgressManager::update(
56
not_null<History*> history,
Callers
1
showHistory
Method · 0.80
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected