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

Method isAnimated

Telegram/SourceFiles/data/data_document.cpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297bool StickerData::isAnimated() const {
298 return !isStatic();
299}
300
301bool StickerData::isWebm() const {
302 return (type == StickerType::Webm);

Callers 7

MayHaveGoodThumbnailFunction · 0.80
checkStickerLargeMethod · 0.80
checkStickerSmallMethod · 0.80
getStickerSmallMethod · 0.80
getPremiumListMethod · 0.80
getListByEmojiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected