SetStickerSetThumbnail constructor
SetStickerSetThumbnail({
- required int userId,
- required String name,
- InputFile? thumbnail,
- StickerFormat? format,
Implementation
SetStickerSetThumbnail({
required this.userId,
required this.name,
this.thumbnail,
this.format,
});