Raw.channels.DeleteParticipantHistory

Raw.channels.DeleteParticipantHistory

Delete all messages sent by a specific participant of a given supergroup

channels.deleteParticipantHistory#367544db channel:InputChannel participant:InputPeer = messages.AffectedHistory;
export namespace Raw {
  export namespace channels {
    export class DeleteParticipantHistory {
      constructor(params: { channel: Raw.TypeInputChannel; participant: Raw.TypeInputPeer }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x367544db

Property

Results

Raw.messages.TypeAffectedHistory