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 Details

  • Constructor Details

    • GetStickerEmojis

      public 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.

      Returns Emojis

    • GetStickerEmojis

      public GetStickerEmojis​(TdApi.InputFile sticker)
      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 - InputFile Sticker file identifier.
    • GetStickerEmojis

      public GetStickerEmojis​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details