Class TdApi.FoundStories

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

public static class TdApi.FoundStories extends TdApi.Object
Contains a list of stories found by a search.
  • Field Details

    • totalCount

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

      public TdApi.Story[] stories
      List of stories.
    • nextOffset

      public String nextOffset
      The offset for the next request. If empty, then there are no more results.
    • CONSTRUCTOR

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

    • FoundStories

      public FoundStories()
      Contains a list of stories found by a search.
    • FoundStories

      public FoundStories(int totalCount, TdApi.Story[] stories, String nextOffset)
      Contains a list of stories found by a search.
      Parameters:
      totalCount - Approximate total number of stories found.
      stories - List of stories.
      nextOffset - The offset for the next request. If empty, then there are no more results.
  • 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