Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1170
UserData *PeerData::asBot() {
1171
return isBot() ? static_cast<UserData*>(this) : nullptr;
1172
}
1173
1174
const UserData *PeerData::asBot() const {
1175
return isBot()
Callers
7
bot
Method · 0.80
clear
Method · 0.80
loadSimilarPeers
Method · 0.80
trackResultsHistory
Method · 0.80
setupSharedMedia
Method · 0.80
validateSubsectionTabs
Method · 0.80
validateSubsectionTabs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected