search_public_stories_by_tag


Description:

public async FoundStories search_public_stories_by_tag (int64 story_poster_chat_id, string tag, string offset, int32 limit) throws TDLibError

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

Parameters:

story_poster_chat_id

Identifier of the chat that posted the stories to search for; pass 0 to search stories in all chats

tag

Hashtag or cashtag to search for

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