Raw.PhoneCallRequested
Requested phone call
phoneCallRequested#45361c63 flags:# video:flags.6?true id:long access_hash:long date:int admin_id:long participant_id:long g_a_hash:bytes protocol:PhoneCallProtocol conference_call:flags.8?InputGroupCall = 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;
conferenceCall?: Raw.TypeInputGroupCall;
}) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0x45361c63
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
conferenceCall: Raw.TypeInputGroupCall or undefined