Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
411
Image *DocumentMedia::getStickerLarge() {
412
checkStickerLarge();
413
return _sticker.get();
414
}
415
416
Image *DocumentMedia::getStickerSmall() {
417
const auto data = _owner->sticker();
Callers
4
displayDocument
Method · 0.80
currentImage
Method · 0.80
ItemSticker
Method · 0.80
paintedPixmap
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected