public static class TdApi.InputStickerAnimated extends TdApi.InputSticker
TdApi.InputSticker.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
emojis
Emojis corresponding to the sticker.
|
TdApi.InputFile |
sticker
File with the animated sticker.
|
Constructor and Description |
---|
InputStickerAnimated()
An animated sticker in TGS format.
|
InputStickerAnimated(TdApi.InputFile sticker,
java.lang.String emojis)
An animated sticker in TGS format.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile sticker
public java.lang.String emojis
public static final int CONSTRUCTOR
public InputStickerAnimated()
public InputStickerAnimated(TdApi.InputFile sticker, java.lang.String emojis)
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.public int getConstructor()
getConstructor
in class TdApi.InputSticker