Represents a group channel hide parameters.

interface GroupChannelHideParams {
    allowAutoUnhide?: boolean;
    hidePreviousMessages?: boolean;
}

Properties

allowAutoUnhide?: boolean

Whether it unhides automatically on new message sent or received.

hidePreviousMessages?: boolean

Whether it resets the history on hide.