search_public_stories_by_venue


Description:

public async FoundStories search_public_stories_by_venue (string venue_provider, string venue_id, string offset, int32 limit) throws TDLibError

Searches for public stories from the given venue. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit

Parameters:

venue_provider

Provider of the venue

venue_id

Identifier of the venue in the provider database

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