Package org.drinkless.tdlib
Class TdApi.StarTransactionTypeChannelPaidReactionSend
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypeChannelPaidReactionSend
- Enclosing class:
- TdApi
public static class TdApi.StarTransactionTypeChannelPaidReactionSend
extends TdApi.StarTransactionType
The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Identifier of the channel chat.static final int
Identifier uniquely determining type of the object.long
Identifier of the reacted message; can be 0 or an identifier of a deleted message. -
Constructor Summary
ConstructorsConstructorDescriptionThe transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only.StarTransactionTypeChannelPaidReactionSend
(long chatId, long messageId) The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the channel chat. -
messageId
public long messageIdIdentifier of the reacted message; can be 0 or an identifier of a deleted message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StarTransactionTypeChannelPaidReactionSend
public StarTransactionTypeChannelPaidReactionSend()The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only. -
StarTransactionTypeChannelPaidReactionSend
public StarTransactionTypeChannelPaidReactionSend(long chatId, long messageId) The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only.- Parameters:
chatId
- Identifier of the channel chat.messageId
- Identifier of the reacted message; can be 0 or an identifier of a deleted message.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-