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

Method my

Telegram/SourceFiles/data/data_forum_topic.cpp:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314bool ForumTopic::my() const {
315 return (_flags & Flag::My);
316}
317
318bool ForumTopic::canEdit() const {
319 return my() || peer()->canManageTopics();

Callers 3

applyIsMyMethod · 0.95
fillAboutTopicMethod · 0.80
setupStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected