public static class TdApi.RemoveMessageReaction extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat to which the message belongs.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message.
|
TdApi.ReactionType |
reactionType
Type of the reaction to remove.
|
| Constructor and Description |
|---|
RemoveMessageReaction()
Default constructor for a function, which removes a reaction from a message.
|
RemoveMessageReaction(long chatId,
long messageId,
TdApi.ReactionType reactionType)
Creates a function, which removes a reaction from a message.
|
| 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.ReactionType reactionType
public static final int CONSTRUCTOR
public RemoveMessageReaction()
Returns Ok
public RemoveMessageReaction(long chatId,
long messageId,
TdApi.ReactionType reactionType)
Returns Ok
chatId - Identifier of the chat to which the message belongs.messageId - Identifier of the message.reactionType - Type of the reaction to remove. The paid reaction can't be removed.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object