Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ isLottie
Method
isLottie
Telegram/SourceFiles/data/data_document.cpp:293–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
}
292
293
bool StickerData::isLottie() const {
294
return (type == StickerType::Tgs);
295
}
296
297
bool StickerData::isAnimated() const {
298
return !isStatic();
Callers
15
setStickerFrom
Method · 0.80
prepareThumbnail
Method · 0.80
createLottieIfReady
Method · 0.80
setDocument
Method · 0.80
update
Method · 0.80
AddAiToneIconPreview
Function · 0.80
StickerPreview
Function · 0.80
paintSticker
Method · 0.80
GenerateGoodThumbnail
Method · 0.80
setattributes
Method · 0.80
HasLottieThumbnail
Function · 0.80
ComputeStickerSize
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected