teleproto - v1.229.0
    Preparing search index...

    Interface GetCommonChatsParams

    interface GetCommonChatsParams {
        limit?: number;
        maxId?: BigInteger;
    }
    Index
    limit?: number

    Maximum number of chats to return.

    maxId?: BigInteger

    Maximum chat ID to return (for pagination).