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

Method monoforumPeerId

Telegram/SourceFiles/data/data_thread.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38PeerId Thread::monoforumPeerId() const {
39 if (const auto sublist = asSublist()) {
40 return sublist->sublistPeer()->id;
41 }
42 return PeerId();
43}
44
45PeerData *Thread::maybeSublistPeer() const {
46 if (const auto sublist = asSublist()) {

Callers 15

saveDraftsToCloudMethod · 0.45
setForwardDraftMethod · 0.45
shareUrlMethod · 0.45
showNextMethod · 0.45
UnpinAllMessagesFunction · 0.45
sendDrawToReplyFilesMethod · 0.45
EnumerateDraftsFunction · 0.45
PaintMethod · 0.45
setDraftMethod · 0.45
clearDraftsMethod · 0.45

Calls 2

PeerIdClass · 0.85
sublistPeerMethod · 0.80

Tested by

no test coverage detected