thumbnailFormatWebm property

ThumbnailFormatWebm? thumbnailFormatWebm

The thumbnail is in WEBM format. It will be used only for WEBM sticker sets

Implementation

ThumbnailFormatWebm? get thumbnailFormatWebm {
  if (this is ThumbnailFormatWebm) {
    return this as ThumbnailFormatWebm;
  }
  return null;
}