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

Function RichMessagePageId

Telegram/SourceFiles/iv/iv_instance.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164[[nodiscard]] uint64 RichMessagePageId(FullMsgId itemId) {
165 return uint64(itemId.peer.value) ^ (uint64(itemId.msg.bare) << 1);
166}
167
168[[nodiscard]] bool PreparedContentHasAnchor(
169 const Markdown::MarkdownArticleContent &content,

Callers 1

showRichMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected