emojis property

List<List<String>> emojis
read / write

A list of emoji corresponding to the stickers in the same order. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object.

Implementation

late List<List<String>> emojis;