Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
297
bool StickerData::isAnimated() const {
298
return !isStatic();
299
}
300
301
bool StickerData::isWebm() const {
302
return (type == StickerType::Webm);
Callers
7
MayHaveGoodThumbnail
Function · 0.80
checkStickerLarge
Method · 0.80
checkStickerSmall
Method · 0.80
getStickerSmall
Method · 0.80
getPremiumList
Method · 0.80
getListByEmoji
Method · 0.80
readyToDrawAnimationFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected