SetStickerSetThumbnail constructor

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

Implementation

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