Raw.phone.ReceivedCall
Optional: notify the server that the user is currently busy in a call: this will automatically refuse all incoming phone calls until the current phone call is ended.
phone.receivedCall#17d54f61 peer:InputPhoneCall = Bool;
export namespace Raw {
export namespace phone {
export class ReceivedCall {
constructor(params: { peer: Raw.TypeInputPhoneCall }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x17d54f61
Property
peer
: Raw.TypeInputPhoneCallThe phone call we’re currently in