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

Method getStickerLarge

Telegram/SourceFiles/data/data_document_media.cpp:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411Image *DocumentMedia::getStickerLarge() {
412 checkStickerLarge();
413 return _sticker.get();
414}
415
416Image *DocumentMedia::getStickerSmall() {
417 const auto data = _owner->sticker();

Callers 4

displayDocumentMethod · 0.80
currentImageMethod · 0.80
ItemStickerMethod · 0.80
paintedPixmapMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected