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

Method document

Telegram/SourceFiles/data/data_story.cpp:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319DocumentData *Story::document() const {
320 const auto result = std::get_if<not_null<DocumentData*>>(&_media.data);
321 return result ? result->get() : nullptr;
322}
323
324const std::shared_ptr<GroupCall> &Story::call() const {
325 const auto result = std::get_if<std::shared_ptr<GroupCall>>(

Callers 15

requestFileReferenceMethod · 0.45
refreshFileReferenceMethod · 0.45
forwardMessagesMethod · 0.45
sendUploadedDocumentMethod · 0.45
uploadAlbumMediaMethod · 0.45
setChatBackgroundMethod · 0.45
isReadyChatBackgroundMethod · 0.45
checkChatBackgroundMethod · 0.45
ComposeReactionEmojiMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected