java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputSticker
it.tdlight.jni.TdApi.InputStickerAnimated
- Enclosing class:
- TdApi
An animated sticker in TGS format.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Emojis corresponding to the sticker.File with the animated sticker. -
Constructor Summary
ConstructorDescriptionAn animated sticker in TGS format.InputStickerAnimated
(TdApi.InputFile sticker, String emojis) An animated sticker in TGS format.InputStickerAnimated
(DataInput input) An animated sticker in TGS format. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InputStickerAnimated
public InputStickerAnimated()An animated sticker in TGS format. -
InputStickerAnimated
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
An animated sticker in TGS format.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-