Raw.ChannelAdminLogEventActionChangeUsername

Raw.ChannelAdminLogEventActionChangeUsername

Channel/supergroup username was changed

channelAdminLogEventActionChangeUsername#6a4afc38 prev_value:string new_value:string = ChannelAdminLogEventAction;
export namespace Raw {
  export class ChannelAdminLogEventActionChangeUsername {
    constructor(params: { prevValue: string; newValue: string }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x6a4afc38

Property

  • prevValue : string

    Old username

  • newValue : string

    New username