stickerFormatWebp property

StickerFormatWebp? stickerFormatWebp

The sticker is an image in WEBP format

Implementation

StickerFormatWebp? get stickerFormatWebp {
  if (this is StickerFormatWebp) {
    return this as StickerFormatWebp;
  }
  return null;
}