Package org.drinkless.tdlib
Class TdApi.MessageAnimatedEmoji
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageContent
-
- org.drinkless.tdlib.TdApi.MessageAnimatedEmoji
-
- Enclosing class:
- TdApi
public static class TdApi.MessageAnimatedEmoji extends TdApi.MessageContent
A message with an animated emoji.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.AnimatedEmojianimatedEmojiThe animated emoji.static intCONSTRUCTORIdentifier uniquely determining type of the object.StringemojiThe corresponding emoji.
-
Constructor Summary
Constructors Constructor Description MessageAnimatedEmoji()A message with an animated emoji.MessageAnimatedEmoji(TdApi.AnimatedEmoji animatedEmoji, String emoji)A message with an animated 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
-
animatedEmoji
public TdApi.AnimatedEmoji animatedEmoji
The animated emoji.
-
emoji
public String emoji
The corresponding emoji.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageAnimatedEmoji
public MessageAnimatedEmoji()
A message with an animated emoji.
-
MessageAnimatedEmoji
public MessageAnimatedEmoji(TdApi.AnimatedEmoji animatedEmoji, String emoji)
A message with an animated emoji.- Parameters:
animatedEmoji- The animated emoji.emoji- The corresponding emoji.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-