StickerFormatExtensions extension

on

Methods

map<TResult extends Object?>({required TResult tgs(StickerFormatTgs value), required TResult webm(StickerFormatWebm value), required TResult webp(StickerFormatWebp value)}) → TResult

Available on StickerFormat, provided by the StickerFormatExtensions extension

maybeMap<TResult extends Object?>({TResult tgs(StickerFormatTgs value)?, TResult webm(StickerFormatWebm value)?, TResult webp(StickerFormatWebp value)?, required TResult orElse()}) → TResult

Available on StickerFormat, provided by the StickerFormatExtensions extension