Raw.channels.ToggleParticipantsHidden
Hide or display the participants list in a supergroup.
channels.toggleParticipantsHidden#6a6e7854 channel:InputChannel enabled:Bool = Updates;
export namespace Raw {
export namespace channels {
export class ToggleParticipantsHidden {
constructor(params: { channel: Raw.TypeInputChannel; enabled: boolean }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x6a6e7854
Property
channel
: Raw.TypeInputChannelSupergroup id
enabled
: booleanIf true, will hide the participants list; otherwise will unhide it.