SuperStickerMetadata constructor

SuperStickerMetadata({
  1. String? altText,
  2. String? altTextLanguage,
  3. String? stickerId,
})

Implementation

SuperStickerMetadata({
  this.altText,
  this.altTextLanguage,
  this.stickerId,
});