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

Method channel

Telegram/SourceFiles/data/data_forum.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122ChannelData *Forum::channel() const {
123 return _history->peer->asChannel();
124}
125
126not_null<Dialogs::MainList*> Forum::topicsList() {
127 return &_topicsList;

Callers 15

applyReceivedTopicsMethod · 0.95
showForumMethod · 0.45
addTopicLinkMethod · 0.45
createChannelMethod · 0.45
FindUniqueGiftFunction · 0.45
GiveawayInfoBoxFunction · 0.45
PreviewWrapMethod · 0.45
FieldsValueFunction · 0.45
PeerFromInputMTPFunction · 0.45
ComputeGiveawayStartDataFunction · 0.45
CanSendAnyOfValueFunction · 0.45

Calls 1

asChannelMethod · 0.80

Tested by

no test coverage detected