Package org.drinkless.tdlib
Class TdApi.SetPaidMessageReactionType
- Enclosing class:
- TdApi
Changes type of paid message reaction of the current user on a message. The message must have paid reaction added by the current user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat to which the message belongs.static final intIdentifier uniquely determining type of the object.longIdentifier of the message.New type of the paid reaction. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes type of paid message reaction of the current user on a message.SetPaidMessageReactionType(long chatId, long messageId, TdApi.PaidReactionType type) Creates a function, which changes type of paid message reaction of the current user on a message. -
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 chatIdIdentifier of the chat to which the message belongs. -
messageId
public long messageIdIdentifier of the message. -
type
New type of the paid reaction. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetPaidMessageReactionType
public SetPaidMessageReactionType()Default constructor for a function, which changes type of paid message reaction of the current user on a message. The message must have paid reaction added by the current user.Returns
Ok -
SetPaidMessageReactionType
Creates a function, which changes type of paid message reaction of the current user on a message. The message must have paid reaction added by the current user.Returns
Ok- Parameters:
chatId- Identifier of the chat to which the message belongs.messageId- Identifier of the message.type- New type of the paid reaction.
-
-
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
-