Package org.drinkless.tdlib
Class TdApi.InputStickerAnimated
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InputSticker
-
- org.drinkless.tdlib.TdApi.InputStickerAnimated
-
- Enclosing class:
- TdApi
public static class TdApi.InputStickerAnimated extends TdApi.InputSticker
An animated sticker in TGS format.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringemojisEmojis corresponding to the sticker.TdApi.InputFilestickerFile with the animated sticker.
-
Constructor Summary
Constructors Constructor Description InputStickerAnimated()An animated sticker in TGS format.InputStickerAnimated(TdApi.InputFile sticker, String emojis)An animated sticker in TGS format.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-