Raw.messages.HideAllChatJoinRequests

Raw.messages.HideAllChatJoinRequests

Dismiss or approve all join requests related to a specific chat or channel.

messages.hideAllChatJoinRequests#e085f4ea flags:# approved:flags.0?true peer:InputPeer link:flags.1?string = Updates;
export namespace Raw {
  export namespace messages {
    export class HideAllChatJoinRequests {
      constructor(params: { approved?: boolean; peer: Raw.TypeInputPeer; link?: string }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xe085f4ea

Property

Results

Raw.TypeUpdates