Class TdApi.GetStickerEmojis

  • Enclosing class:
    TdApi

    public static class TdApi.GetStickerEmojis
    extends TdApi.Function
    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.

    Returns Emojis

    • Field Detail

      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetStickerEmojis

        public GetStickerEmojis()
        Default constructor for a function, which 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.

        Returns Emojis

      • GetStickerEmojis

        public GetStickerEmojis​(TdApi.InputFile sticker)
        Creates a function, which 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.

        Returns Emojis

        Parameters:
        sticker - Sticker file identifier.