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
approved
: boolean or undefinedWhether to dismiss or approve all chat join requests
peer
: Raw.TypeInputPeerThe chat or channel
link
: string or undefinedOnly dismiss or approve join requests initiated using this invite link