thumbnailFormatWebp property
The thumbnail is in WEBP format. It will be used only for some stickers
Implementation
ThumbnailFormatWebp? get thumbnailFormatWebp {
if (this is ThumbnailFormatWebp) {
return this as ThumbnailFormatWebp;
}
return null;
}