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

Method cancel

Telegram/SourceFiles/api/api_send_progress.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void SendProgressManager::cancel(
34 not_null<History*> history,
35 SendProgressType type) {
36 cancel(history, 0, type);
37}
38
39void SendProgressManager::cancel(
40 not_null<History*> history,

Callers 15

updateMethod · 0.45
clearMethod · 0.45
cancelCurrentRequestMethod · 0.45
saveMethod · 0.45
cancelTypingMethod · 0.45
cancelRequestsMethod · 0.45
saveMethod · 0.45
requestMethod · 0.45
updateAccountTTLMethod · 0.45
requestForAddMethod · 0.45
reorderMethod · 0.45

Calls 5

apiMethod · 0.80
findMethod · 0.45
endMethod · 0.45
requestMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected