Class TdApi.MessagePositions

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

public static class TdApi.MessagePositions extends TdApi.Object
Contains a list of message positions.
  • Field Details

    • totalCount

      public int totalCount
      Total number of messages found.
    • positions

      public TdApi.MessagePosition[] positions
      List of message positions.
    • CONSTRUCTOR

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

    • MessagePositions

      public MessagePositions()
      Contains a list of message positions.
    • MessagePositions

      public MessagePositions(int totalCount, TdApi.MessagePosition[] positions)
      Contains a list of message positions.
      Parameters:
      totalCount - Total number of messages found.
      positions - List of message positions.
  • 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