stickerFormatWebp property
The sticker is an image in WEBP format
Implementation
StickerFormatWebp? get stickerFormatWebp {
if (this is StickerFormatWebp) {
return this as StickerFormatWebp;
}
return null;
}
The sticker is an image in WEBP format
StickerFormatWebp? get stickerFormatWebp {
if (this is StickerFormatWebp) {
return this as StickerFormatWebp;
}
return null;
}