stickerFormatWebm property
The sticker is a video in WEBM format
Implementation
StickerFormatWebm? get stickerFormatWebm {
if (this is StickerFormatWebm) {
return this as StickerFormatWebm;
}
return null;
}
The sticker is a video in WEBM format
StickerFormatWebm? get stickerFormatWebm {
if (this is StickerFormatWebm) {
return this as StickerFormatWebm;
}
return null;
}