stories.SearchPosts¶
- class pyrogram.raw.functions.stories.SearchPosts[source]¶
Globally search for stories using a hashtag or a location media area, see here » for more info on the full flow.
Usable by Users Bots- Details:
Layer:
229ID:
D1810907
- Parameters:
offset (
str) – Offset for pagination: initially an empty string, then thenext_offsetfrom the previously returned stories.foundStories.limit (
int32-bit) – Maximum number of results to return, see paginationhashtag (
str, optional) – Hashtag (without the#)area (
MediaArea, optional) – A mediaAreaGeoPoint or a mediaAreaVenue. Note mediaAreaGeoPoint areas may be searched only if they have an associatedaddress.peer (
InputPeer, optional) – If set, returns only stories posted by this peer.
- Returns: