public static class TdApi.ReportMessageReactions extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Message identifier.
|
TdApi.MessageSender |
senderId
Identifier of the sender, which added the reaction.
|
| Constructor and Description |
|---|
ReportMessageReactions()
Default constructor for a function, which reports reactions set on a message to the Telegram moderators.
|
ReportMessageReactions(long chatId,
long messageId,
TdApi.MessageSender senderId)
Creates a function, which reports reactions set on a message to the Telegram moderators.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public TdApi.MessageSender senderId
public static final int CONSTRUCTOR
public ReportMessageReactions()
Returns Ok
public ReportMessageReactions(long chatId,
long messageId,
TdApi.MessageSender senderId)
Returns Ok
chatId - Chat identifier.messageId - Message identifier.senderId - Identifier of the sender, which added the reaction.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object