public static class TdApi.AnimatedEmoji extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
fitzpatrickType
Emoji modifier fitzpatrick type; 0-6; 0 if none.
|
TdApi.File |
sound
File containing the sound to be played when the animated emoji is clicked if any; may be null.
|
TdApi.Sticker |
sticker
Animated sticker for the emoji.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Sticker sticker
public int fitzpatrickType
@Nullable public TdApi.File sound
public static final int CONSTRUCTOR
public AnimatedEmoji()
public AnimatedEmoji(TdApi.Sticker sticker, int fitzpatrickType, TdApi.File sound)
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.public int getConstructor()
getConstructor
in class TdApi.Object