Raw.PhoneCallRequested
Requested phone call
phoneCallRequested#14b0ed0c flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_hash:bytes protocol:PhoneCallProtocol = PhoneCall;
export namespace Raw {
export class PhoneCallRequested {
constructor(params: {
video?: boolean;
id: bigint;
accessHash: bigint;
date: number;
adminId: bigint;
participantId: bigint;
gAHash: Buffer;
protocol: Raw.TypePhoneCallProtocol;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x14b0ed0c
Property
video
: boolean or undefinedWhether this is a video call
id
: bigintPhone call id
accessHash
: bigintAccess hash
date
: numberWhen was the phone call created
adminId
: bigintId of the creator of the phone call
participantId
: bigintId of the other participant of the phone call
gAHash
: BufferParameter for key exchange
protocol
: Raw.TypePhoneCallProtocolCall protocol info to be passed to libtgvoip