teleproto - v1.229.0
    Preparing search index...

    Interface PhoneGetGroupCallChainBlocksParams

    interface PhoneGetGroupCallChainBlocksParams {
        call: TypeInputGroupCallIn;
        limit: number;
        offset: number;
        subChainId: number;
    }
    Index

    The conference.

    limit: number

    Maximum number of blocks to return in this call, see pagination

    offset: number

    Offset for pagination.

    subChainId: number

    Subchain ID.