StickersChangeSticker constructor

const StickersChangeSticker({
  1. required InputDocumentBase sticker,
  2. String? emoji,
  3. MaskCoordsBase? maskCoords,
  4. String? keywords,
})

Stickers Change Sticker constructor.

Implementation

const StickersChangeSticker({
  required this.sticker,
  this.emoji,
  this.maskCoords,
  this.keywords,
}) : super._();