Class TdApi.GetStickerEmojis

Enclosing class:
TdApi

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

    • sticker

      public TdApi.InputFile sticker
      Sticker file identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • 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.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR