Raw.phone.SaveDefaultGroupCallJoinAs

Raw.phone.SaveDefaultGroupCallJoinAs

Set the default peer that will be used to join a group call in a specific dialog.

phone.saveDefaultGroupCallJoinAs#575e1f8c peer:InputPeer join_as:InputPeer = Bool;
export namespace Raw {
  export namespace phone {
    export class SaveDefaultGroupCallJoinAs {
      constructor(params: { peer: Raw.TypeInputPeer; joinAs: Raw.TypeInputPeer }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x575e1f8c

Property

  • peer : Raw.TypeInputPeer

    The dialog

  • joinAs : Raw.TypeInputPeer

    The default peer that will be used to join group calls in this dialog, presenting yourself as a specific user/channel.

Results

boolean