stickerFormatTgs property
The sticker is an animation in TGS format
Implementation
StickerFormatTgs? get stickerFormatTgs {
if (this is StickerFormatTgs) {
return this as StickerFormatTgs;
}
return null;
}
The sticker is an animation in TGS format
StickerFormatTgs? get stickerFormatTgs {
if (this is StickerFormatTgs) {
return this as StickerFormatTgs;
}
return null;
}