Package org.drinkless.tdlib
Class TdApi.UpdateMessageFactCheck
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageFactCheck
- Enclosing class:
- TdApi
A fact-check added to a message was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.The new fact-check.longMessage identifier. -
Constructor Summary
ConstructorsConstructorDescriptionA 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
factCheck
The new fact-check. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateMessageFactCheck
public UpdateMessageFactCheck()A fact-check added to a message was changed. -
UpdateMessageFactCheck
A fact-check added to a message was changed.- Parameters:
chatId- Chat identifier.messageId- Message identifier.factCheck- The new fact-check.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-