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

Method asBot

Telegram/SourceFiles/data/data_peer.cpp:1170–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168}
1169
1170UserData *PeerData::asBot() {
1171 return isBot() ? static_cast<UserData*>(this) : nullptr;
1172}
1173
1174const UserData *PeerData::asBot() const {
1175 return isBot()

Callers 7

botMethod · 0.80
clearMethod · 0.80
loadSimilarPeersMethod · 0.80
trackResultsHistoryMethod · 0.80
setupSharedMediaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected