search_public_stories_by_location


Description:

public async FoundStories search_public_stories_by_location (LocationAddress address, string offset, int32 limit) throws TDLibError

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

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