public static class TdApi.UpdateMessageFactCheck extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.FactCheck |
factCheck
The new fact-check.
|
long |
messageId
Message identifier.
|
| Constructor and Description |
|---|
UpdateMessageFactCheck()
A fact-check added to a message was changed.
|
UpdateMessageFactCheck(long chatId,
long messageId,
TdApi.FactCheck factCheck)
A fact-check added to a message was changed.
|
| 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.FactCheck factCheck
public static final int CONSTRUCTOR
public UpdateMessageFactCheck()
public UpdateMessageFactCheck(long chatId,
long messageId,
TdApi.FactCheck factCheck)
chatId - Chat identifier.messageId - Message identifier.factCheck - The new fact-check.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object