public static class TdApi.StarTransactionTypeChannelPaidReactionReceive extends TdApi.StarTransactionType
| Modifier and Type | Field and Description |
|---|---|
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.
|
long |
userId
Identifier of the user that added the paid reaction.
|
| Constructor and Description |
|---|
StarTransactionTypeChannelPaidReactionReceive()
The transaction is a receiving of a paid reaction to a message by the channel chat; for channel chats only.
|
StarTransactionTypeChannelPaidReactionReceive(long userId,
long messageId)
The transaction is a receiving of a paid reaction to a message by the channel chat; for channel chats only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public long messageId
public static final int CONSTRUCTOR
public StarTransactionTypeChannelPaidReactionReceive()
public StarTransactionTypeChannelPaidReactionReceive(long userId,
long messageId)
userId - Identifier of the user that added the paid reaction.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