Module tdlight.api

Class TdApi.GetStickerEmojis

Enclosing class:
TdApi

public static final 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

  • 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
      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

      Throws:
      IOException
  • Method Details