Package org.drinkless.tdlib
Class TdApi.ClickAnimatedEmojiMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Sticker>
org.drinkless.tdlib.TdApi.ClickAnimatedEmojiMessage
- Enclosing class:
- TdApi
Informs TDLib that a message with an animated emoji was clicked by the user. Returns a big animated sticker to be played or a 404 error if usual animation needs to be played.
Returns Sticker
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier of the message.static final intIdentifier uniquely determining type of the object.longIdentifier of the clicked message. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which informs TDLib that a message with an animated emoji was clicked by the user.ClickAnimatedEmojiMessage(long chatId, long messageId) Creates a function, which informs TDLib that a message with an animated emoji was clicked by the user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier of the message. -
messageId
public long messageIdIdentifier of the clicked message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ClickAnimatedEmojiMessage
public ClickAnimatedEmojiMessage()Default constructor for a function, which informs TDLib that a message with an animated emoji was clicked by the user. Returns a big animated sticker to be played or a 404 error if usual animation needs to be played.Returns
Sticker -
ClickAnimatedEmojiMessage
public ClickAnimatedEmojiMessage(long chatId, long messageId) Creates a function, which informs TDLib that a message with an animated emoji was clicked by the user. Returns a big animated sticker to be played or a 404 error if usual animation needs to be played.Returns
Sticker- Parameters:
chatId- Chat identifier of the message.messageId- Identifier of the clicked message.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-