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