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

Method storiesPeer

Telegram/SourceFiles/info/info_controller.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121PeerData *Key::storiesPeer() const {
122 if (const auto tag = std::get_if<Stories::Tag>(&_value)) {
123 return tag->peer;
124 }
125 return nullptr;
126}
127
128int Key::storiesAlbumId() const {
129 if (const auto tag = std::get_if<Stories::Tag>(&_value)) {

Callers 15

HasCustomTopBarFunction · 0.45
activeChatMethod · 0.45
setupTopBarMenuToggleMethod · 0.45
validateMementoPeerMethod · 0.45
MementoMethod · 0.45
MakeProviderFunction · 0.45
startMethod · 0.45
setupStoriesTrackIdsMethod · 0.45
collectSelectedItemsMethod · 0.45
openPhotoMethod · 0.45
openDocumentMethod · 0.45
showContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected