teleproto - v1.229.0
    Preparing search index...

    Interface PhoneDeleteConferenceCallParticipantsParams

    interface PhoneDeleteConferenceCallParticipantsParams {
        block: bytes;
        call: TypeInputGroupCallIn;
        ids: BigInteger[];
        kick?: boolean;
        onlyLeft?: boolean;
    }
    Index
    block: bytes

    The block containing an appropriate e2e.chain.changeSetGroupState event

    The conference call.

    ids: BigInteger[]

    IDs of users to remove.

    kick?: boolean

    Whether this is a forced removal of active members in a conference call.

    onlyLeft?: boolean

    Whether this is a removal of members that already left the conference call.