Raw.phone.ConfirmCall
Complete phone call e2e encryption key exchange
phone.confirmCall#2efe1722 peer:InputPhoneCall g_a:bytes key_fingerprint:long protocol:PhoneCallProtocol = phone.PhoneCall;
export namespace Raw {
export namespace phone {
export class ConfirmCall {
constructor(params: {
peer: Raw.TypeInputPhoneCall;
gA: Buffer;
keyFingerprint: bigint;
protocol: Raw.TypePhoneCallProtocol;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x2efe1722
Property
peer
: Raw.TypeInputPhoneCallThe phone call
gA
: BufferParameter for e2e encryption key exchange
keyFingerprint
: bigintKey fingerprint
protocol
: Raw.TypePhoneCallProtocolPhone call settings