Class TdApi.ForumTopics

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

public static class TdApi.ForumTopics extends TdApi.Object
Describes a list of forum topics.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total number of forum topics found.
    • topics

      public TdApi.ForumTopic[] topics
      List of forum topics.
    • nextOffsetDate

      public int nextOffsetDate
      Offset date for the next getForumTopics request.
    • nextOffsetMessageId

      public long nextOffsetMessageId
      Offset message identifier for the next getForumTopics request.
    • nextOffsetMessageThreadId

      public long nextOffsetMessageThreadId
      Offset message thread identifier for the next getForumTopics request.
    • CONSTRUCTOR

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

    • ForumTopics

      public ForumTopics()
      Describes a list of forum topics.
    • ForumTopics

      public ForumTopics(int totalCount, TdApi.ForumTopic[] topics, int nextOffsetDate, long nextOffsetMessageId, long nextOffsetMessageThreadId)
      Describes a list of forum topics.
      Parameters:
      totalCount - Approximate total number of forum topics found.
      topics - List of forum topics.
      nextOffsetDate - Offset date for the next getForumTopics request.
      nextOffsetMessageId - Offset message identifier for the next getForumTopics request.
      nextOffsetMessageThreadId - Offset message thread identifier for the next getForumTopics request.
  • 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