Skip to content

searchPublicStoriesByLocation

Function · TDLib 1.8.67 · d1085f9c

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

searchPublicStoriesByLocation(
  address: LocationAddress,
  offset: string,
  limit: int32
) → FoundStories

address

LocationAddress

Address of the location

offset

string

Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results

limit

int32

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