teleproto - v1.229.0
    Preparing search index...

    Interface StoriesSearchPostsParams

    interface StoriesSearchPostsParams {
        area?: TypeMediaAreaIn;
        hashtag?: string;
        limit: number;
        offset: string;
        peer?: EntityLike;
    }
    Index

    A mediaAreaGeoPoint or a mediaAreaVenue . Note mediaAreaGeoPoint areas may be searched only if they have an associated address .

    hashtag?: string

    Hashtag (without the # )

    limit: number

    Maximum number of results to return, see pagination

    offset: string

    Offset for pagination : initially an empty string, then the next_offset from the previously returned stories.foundStories .

    peer?: EntityLike

    If set, returns only stories posted by this peer.