InputStickerSetThumb constructor

const InputStickerSetThumb({
  1. required InputStickerSetBase stickerset,
  2. required int thumbVersion,
})

Input Sticker Set Thumb constructor.

Implementation

const InputStickerSetThumb({
  required this.stickerset,
  required this.thumbVersion,
}) : super._();