SetCustomEmojiStickerSetThumbnail constructor

const SetCustomEmojiStickerSetThumbnail({
  1. required String name,
  2. required int customEmojiId,
})

Sets a custom emoji sticker set thumbnail; for bots only

Implementation

const SetCustomEmojiStickerSetThumbnail({
  required this.name,
  required this.customEmojiId,
});