Class TdApi.Messages

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.Messages
Enclosing class:
TdApi

public static class TdApi.Messages extends TdApi.Object
Contains a list of messages.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total number of messages found.
    • messages

      public TdApi.Message[] messages
      List of messages; messages may be null.
    • CONSTRUCTOR

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

    • Messages

      public Messages()
      Contains a list of messages.
    • Messages

      public Messages(int totalCount, TdApi.Message[] messages)
      Contains a list of messages.
      Parameters:
      totalCount - Approximate total number of messages found.
      messages - List of messages; messages may be null.
  • 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