stickerFormatWebm property

StickerFormatWebm? stickerFormatWebm

The sticker is a video in WEBM format

Implementation

StickerFormatWebm? get stickerFormatWebm {
  if (this is StickerFormatWebm) {
    return this as StickerFormatWebm;
  }
  return null;
}