StickersSetStickerSetThumb constructor

const StickersSetStickerSetThumb({
  1. required InputStickerSetBase stickerset,
  2. InputDocumentBase? thumb,
  3. int? thumbDocumentId,
})

Stickers Set Sticker Set Thumb constructor.

Implementation

const StickersSetStickerSetThumb({
  required this.stickerset,
  this.thumb,
  this.thumbDocumentId,
}) : super._();