Raw.PhoneCallDiscarded

Raw.PhoneCallDiscarded

Indicates a discarded phone call

phoneCallDiscarded#f9d25503 flags:# need_rating:flags.2?true need_debug:flags.3?true video:flags.6?true id:long reason:flags.0?PhoneCallDiscardReason duration:flags.1?int conference_call:flags.8?InputGroupCall = PhoneCall;
export namespace Raw {
  export class PhoneCallDiscarded {
    constructor(params: {
      needRating?: boolean;
      needDebug?: boolean;
      video?: boolean;
      id: bigint;
      reason?: Raw.TypePhoneCallDiscardReason;
      duration?: number;
      conferenceCall?: Raw.TypeInputGroupCall;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 198
Constructor ID: 0xf9d25503

Property