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

Method isPremiumSticker

Telegram/SourceFiles/data/data_document.cpp:816–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816bool DocumentData::isPremiumSticker() const {
817 if (!(_flags & Flag::PremiumSticker)) {
818 return false;
819 }
820 const auto info = sticker();
821 return info && info->setType == Data::StickersType::Stickers;
822}
823
824bool DocumentData::isPremiumEmoji() const {
825 if (!(_flags & Flag::PremiumSticker)) {

Callers 15

ShowSendPremiumErrorFunction · 0.80
updateAreaMethod · 0.80
innerPositionMethod · 0.80
currentDimensionsMethod · 0.80
createLottieIfReadyMethod · 0.80
setupLottieMethod · 0.80
fillSetCountMethod · 0.80
applySetMethod · 0.80
paintStickerMethod · 0.80
getPremiumListMethod · 0.80
getListByEmojiMethod · 0.80
writeToStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected