Module tdlight.api

Class TdApi.InputStickerAnimated

Enclosing class:
TdApi

public static final class TdApi.InputStickerAnimated extends TdApi.InputSticker
An animated sticker in TGS format.
  • Field Details

    • sticker

      public TdApi.InputFile sticker
      File with the animated sticker. Only local or uploaded within a week files are supported. See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements.
    • emojis

      public String emojis
      Emojis corresponding to the sticker.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InputStickerAnimated

      public InputStickerAnimated()
      An animated sticker in TGS format.
    • InputStickerAnimated

      public InputStickerAnimated(TdApi.InputFile sticker, String emojis)
      An animated sticker in TGS format.
      Parameters:
      sticker - InputFile File with the animated sticker. Only local or uploaded within a week files are supported. See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements.
      emojis - String Emojis corresponding to the sticker.
    • InputStickerAnimated

      public InputStickerAnimated(DataInput input) throws IOException
      An animated sticker in TGS format.
      Throws:
      IOException
  • Method Details