GetStickerEmojis constructor
const
GetStickerEmojis({
- required InputFile sticker,
Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object
Implementation
const GetStickerEmojis({
required this.sticker,
});