Raw.PhoneCallAccepted
An accepted phone call
phoneCallAccepted#3660c311 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_b:bytes protocol:PhoneCallProtocol = PhoneCall;
export namespace Raw {
export class PhoneCallAccepted {
constructor(params: {
video?: boolean;
id: bigint;
accessHash: bigint;
date: number;
adminId: bigint;
participantId: bigint;
gB: Buffer;
protocol: Raw.TypePhoneCallProtocol;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x3660c311
Property
video
: boolean or undefinedWhether this is a video call
id
: bigintId of accepted phone call
accessHash
: bigintAccess hash of phone call
date
: numberWhen was the call accepted
adminId
: bigintId of the call creator
participantId
: bigintId of the other user in the call
gB
: BufferB parameter for secure e2e phone call key exchange
protocol
: Raw.TypePhoneCallProtocolProtocol to use for phone call