Raw.MessageActionPhoneCall

Raw.MessageActionPhoneCall

A phone call

messageActionPhoneCall#80e11a7f flags:# video:flags.2?true call_id:long reason:flags.0?PhoneCallDiscardReason duration:flags.1?int = MessageAction;
export namespace Raw {
  export class MessageActionPhoneCall {
    constructor(params: {
      video?: boolean;
      callId: bigint;
      reason?: Raw.TypePhoneCallDiscardReason;
      duration?: number;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x80e11a7f

Property