public static class TdApi.StarTransactionTypeChannelPaidReactionSend extends TdApi.StarTransactionType
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the channel chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the reacted message; can be 0 or an identifier of a deleted message.
|
| Constructor and Description |
|---|
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(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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public static final int CONSTRUCTOR
public StarTransactionTypeChannelPaidReactionSend()
public StarTransactionTypeChannelPaidReactionSend(long chatId,
long messageId)
chatId - Identifier of the channel chat.messageId - Identifier of the reacted message; can be 0 or an identifier of a deleted message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object