public static class TdApi.ReadAllMessageThreadReactions 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 |
messageThreadId
Message thread identifier in which reactions are marked as read.
|
| Constructor and Description |
|---|
ReadAllMessageThreadReactions()
Default constructor for a function, which marks all reactions in a forum topic as read.
|
ReadAllMessageThreadReactions(long chatId,
long messageThreadId)
Creates a function, which marks all reactions in a forum topic as read.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageThreadId
public static final int CONSTRUCTOR
public ReadAllMessageThreadReactions()
Returns Ok
public ReadAllMessageThreadReactions(long chatId,
long messageThreadId)
Returns Ok
chatId - Chat identifier.messageThreadId - Message thread identifier in which reactions are marked as read.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object