Interface CallDiscardReasonAllowGroupCall

The call was ended because it has been used successfully to transfer private encryption key for the associated group call. Subtype of CallDiscardReason.

interface CallDiscardReasonAllowGroupCall {
    @type: "callDiscardReasonAllowGroupCall";
    encrypted_group_call_key: string;
}

Properties

@type: "callDiscardReasonAllowGroupCall"
encrypted_group_call_key: string

Encrypted using the call private key encryption key for the associated group call.