Raw.phone.AcceptCall

Raw.phone.AcceptCall

Accept incoming call

phone.acceptCall#3bd2b4a0 peer:InputPhoneCall g_b:bytes protocol:PhoneCallProtocol = phone.PhoneCall;
export namespace Raw {
  export namespace phone {
    export class AcceptCall {
      constructor(params: {
        peer: Raw.TypeInputPhoneCall;
        gB: Buffer;
        protocol: Raw.TypePhoneCallProtocol;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x3bd2b4a0

Property

Results

Raw.phone.TypePhoneCall