Raw.PhoneCallWaiting
Incoming phone call
phoneCallWaiting#c5226f17 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long protocol:PhoneCallProtocol receive_date:flags.0?int = PhoneCall;
export namespace Raw {
export class PhoneCallWaiting {
constructor(params: {
video?: boolean;
id: bigint;
accessHash: bigint;
date: number;
adminId: bigint;
participantId: bigint;
protocol: Raw.TypePhoneCallProtocol;
receiveDate?: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xc5226f17
Property
video
: boolean or undefinedIs this a video call
id
: bigintCall id
accessHash
: bigintAccess hash
date
: numberDate
adminId
: bigintAdmin id
participantId
: bigintParticipant id
protocol
: Raw.TypePhoneCallProtocolPhone call protocol info
receiveDate
: number or undefinedWhen was the phone call received