stickerFormatTgs property

StickerFormatTgs? stickerFormatTgs

The sticker is an animation in TGS format

Implementation

StickerFormatTgs? get stickerFormatTgs {
  if (this is StickerFormatTgs) {
    return this as StickerFormatTgs;
  }
  return null;
}