Class TdApi.UpdateMessageFactCheck

Enclosing class:
TdApi

public static class TdApi.UpdateMessageFactCheck extends TdApi.Update
A fact-check added to a message was changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Message identifier.
    • factCheck

      public TdApi.FactCheck factCheck
      The new fact-check.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateMessageFactCheck

      public UpdateMessageFactCheck()
      A fact-check added to a message was changed.
    • UpdateMessageFactCheck

      public UpdateMessageFactCheck(long chatId, long messageId, TdApi.FactCheck factCheck)
      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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR