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

Method iconId

Telegram/SourceFiles/data/data_forum_topic.cpp:799–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799DocumentId ForumTopic::iconId() const {
800 return _iconId;
801}
802
803void ForumTopic::applyIconId(DocumentId iconId) {
804 if (_iconId == iconId) {

Callers 8

EditForumTopicBoxFunction · 0.80
updateSearchInMethod · 0.80
setupUserpicButtonMethod · 0.80
paintInRectMethod · 0.80
IconIdValueFunction · 0.80
refreshSliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected