SetStickerSetThumbnail constructor
Sets a sticker set thumbnail; for bots only. Returns the sticker set
Implementation
const SetStickerSetThumbnail({
required this.userId,
required this.name,
this.thumbnail,
});
Sets a sticker set thumbnail; for bots only. Returns the sticker set
const SetStickerSetThumbnail({
required this.userId,
required this.name,
this.thumbnail,
});