teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSearchGlobalParams

    interface MessagesSearchGlobalParams {
        broadcastsOnly?: boolean;
        community?: EntityLike;
        filter: TypeMessagesFilterIn;
        folderId?: number;
        groupsOnly?: boolean;
        limit: number;
        maxDate: number;
        minDate: number;
        offsetId: number;
        offsetPeer: EntityLike;
        offsetRate: number;
        q: string;
        usersOnly?: boolean;
    }
    Index
    broadcastsOnly?: boolean

    If set, only returns results from channels (used in the global channel search tab » ).

    community?: EntityLike

    Global search filter

    folderId?: number

    Peer folder ID, for more info click here

    groupsOnly?: boolean

    Whether to search only in groups

    limit: number

    Offsets for pagination, for more info click here

    maxDate: number

    If a positive value was transferred, the method will return only messages with date smaller than max_date

    minDate: number

    If a positive value was specified, the method will return only messages with date bigger than min_date

    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.

    q: string

    Query

    usersOnly?: boolean

    Whether to search only in private chats