Raw.phone.DiscardCall

Raw.phone.DiscardCall

Refuse or end running call

phone.discardCall#b2cbc1c0 flags:# video:flags.0?true peer:InputPhoneCall duration:int reason:PhoneCallDiscardReason connection_id:long = Updates;
export namespace Raw {
  export namespace phone {
    export class DiscardCall {
      constructor(params: {
        video?: boolean;
        peer: Raw.TypeInputPhoneCall;
        duration: number;
        reason: Raw.TypePhoneCallDiscardReason;
        connectionId: bigint;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xb2cbc1c0

Property

Results

Raw.TypeUpdates