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

Method titleWithIcon

Telegram/SourceFiles/data/data_forum_topic.cpp:769–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767}
768
769TextWithEntities ForumTopic::titleWithIcon() const {
770 return ForumTopicIconWithTitle(_rootId, _iconId, _title);
771}
772
773TextWithEntities ForumTopic::titleWithIconOrLogo() const {
774 if (_iconId || isGeneral()) {

Callers 5

updateNotifyDisplayMethod · 0.80
prepareMethod · 0.80
toPreviewMethod · 0.80
startFillingSliderMethod · 0.80
refreshTopicButtonMethod · 0.80

Calls 1

ForumTopicIconWithTitleFunction · 0.85

Tested by

no test coverage detected