Interface GetStickerEmojis

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. Request type for Tdjson#getStickerEmojis.

interface GetStickerEmojis {
    @type: "getStickerEmojis";
    sticker: InputFile;
}

Properties

Properties

@type: "getStickerEmojis"
sticker: InputFile

Sticker file identifier.