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

Method isCreatingTopic

Telegram/SourceFiles/data/data_histories.cpp:1087–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1085}
1086
1087bool Histories::isCreatingTopic(
1088 not_null<History*> history,
1089 MsgId rootId) const {
1090 const auto forum = history->asForum();
1091 return forum && forum->creating(rootId);
1092}
1093
1094int Histories::sendPreparedMessage(
1095 not_null<History*> history,

Callers

nothing calls this directly

Calls 2

asForumMethod · 0.80
creatingMethod · 0.45

Tested by

no test coverage detected