teleproto - v1.229.0
    Preparing search index...

    Interface ChannelsSearchPostsParams

    interface ChannelsSearchPostsParams {
        allowPaidStars?: BigInteger;
        hashtag?: string;
        limit: number;
        offsetId: number;
        offsetPeer: EntityLike;
        offsetRate: number;
        query?: string;
    }
    Index
    allowPaidStars?: BigInteger

    For full text post searches ( query ), allows payment of the specified amount of Stars for the search, see here » for more info on the full flow.

    hashtag?: string

    The hashtag to search, without the # character.

    limit: number

    Maximum number of results to return, see pagination

    offsetId: number

    Offsets for pagination, for more info click here

    offsetPeer: EntityLike

    Offsets for pagination, for more info click here

    offsetRate: number

    Initially 0, then set to the next_rate parameter of messages.messagesSlice , or if that is absent, the date of the last returned message.

    query?: string

    The full text query: each user has a limited amount of free full text search slots, after which payment is required, see here » for more info on the full flow.