Class TdApi.SearchPublicStoriesByLocation

Enclosing class:
TdApi

public static class TdApi.SearchPublicStoriesByLocation extends TdApi.Function<TdApi.FoundStories>
Searches for public stories by the given address location. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit.

Returns FoundStories

  • Field Details

    • address

      public TdApi.LocationAddress address
      Address of the location.
    • offset

      public String offset
      Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
    • limit

      public int limit
      The maximum number of stories to be returned; up to 100. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit.
    • CONSTRUCTOR

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

    • SearchPublicStoriesByLocation

      public SearchPublicStoriesByLocation()
      Default constructor for a function, which searches for public stories by the given address location. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit.

      Returns FoundStories

    • SearchPublicStoriesByLocation

      public SearchPublicStoriesByLocation(TdApi.LocationAddress address, String offset, int limit)
      Creates a function, which searches for public stories by the given address location. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit.

      Returns FoundStories

      Parameters:
      address - Address of the location.
      offset - Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
      limit - The maximum number of stories to be returned; up to 100. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit.
  • 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