SetStickerSetThumbnail constructor

const SetStickerSetThumbnail({
  1. required int userId,
  2. required String name,
  3. InputFile? thumbnail,
})

Sets a sticker set thumbnail; for bots only

Implementation

const SetStickerSetThumbnail({
  required this.userId,
  required this.name,
  this.thumbnail,
});