MCPcopy 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
293bool StickerData::isLottie() const {
294 return (type == StickerType::Tgs);
295}
296
297bool StickerData::isAnimated() const {
298 return !isStatic();

Callers 15

setStickerFromMethod · 0.80
prepareThumbnailMethod · 0.80
createLottieIfReadyMethod · 0.80
setDocumentMethod · 0.80
updateMethod · 0.80
AddAiToneIconPreviewFunction · 0.80
StickerPreviewFunction · 0.80
paintStickerMethod · 0.80
GenerateGoodThumbnailMethod · 0.80
setattributesMethod · 0.80
HasLottieThumbnailFunction · 0.80
ComputeStickerSizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected