Class TdApi.ChatStatisticsObjectTypeMessage

Enclosing class:
TdApi

public static class TdApi.ChatStatisticsObjectTypeMessage extends TdApi.ChatStatisticsObjectType
Describes a message sent in the chat.
  • Field Details

    • messageId

      public long messageId
      Message identifier.
    • CONSTRUCTOR

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

    • ChatStatisticsObjectTypeMessage

      public ChatStatisticsObjectTypeMessage()
      Describes a message sent in the chat.
    • ChatStatisticsObjectTypeMessage

      public ChatStatisticsObjectTypeMessage(long messageId)
      Describes a message sent in the chat.
      Parameters:
      messageId - Message identifier.
  • 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