Class TdApi.InputStickerAnimated

  • Enclosing class:
    TdApi

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

      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - 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 - Emojis corresponding to the sticker.