emojis property

vector<Emojis>? emojis
getter/setter pair

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

vector<Emojis>? emojis;