Package org.drinkless.tdlib
Class TdApi.AnimatedEmoji
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.AnimatedEmoji
-
- Enclosing class:
- TdApi
public static class TdApi.AnimatedEmoji extends TdApi.Object
Describes an animated representation of an emoji.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intfitzpatrickTypeEmoji modifier fitzpatrick type; 0-6; 0 if none.TdApi.FilesoundFile containing the sound to be played when the animated emoji is clicked if any; may be null.TdApi.StickerstickerAnimated sticker for the emoji.
-
Constructor Summary
Constructors Constructor Description AnimatedEmoji()Describes an animated representation of an emoji.AnimatedEmoji(TdApi.Sticker sticker, int fitzpatrickType, TdApi.File sound)Describes an animated representation of an emoji.
-
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.Sticker sticker
Animated sticker for the emoji.
-
fitzpatrickType
public int fitzpatrickType
Emoji modifier fitzpatrick type; 0-6; 0 if none.
-
sound
public TdApi.File sound
File containing the sound to be played when the animated emoji is clicked if any; may be null. The sound is encoded with the Opus codec, and stored inside an OGG container.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AnimatedEmoji
public AnimatedEmoji()
Describes an animated representation of an emoji.
-
AnimatedEmoji
public AnimatedEmoji(TdApi.Sticker sticker, int fitzpatrickType, TdApi.File sound)
Describes an animated representation of an emoji.- Parameters:
sticker- Animated sticker for the emoji.fitzpatrickType- Emoji modifier fitzpatrick type; 0-6; 0 if none.sound- File containing the sound to be played when the animated emoji is clicked if any; may be null. The sound is encoded with the Opus codec, and stored inside an OGG container.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-