Represents a total unread message count parameters.

interface TotalUnreadMessageCountParams {
    channelCustomTypesFilter?: string[];
    superChannelFilter?: SuperChannelFilter;
}

Properties

channelCustomTypesFilter?: string[]

Filter by channel custom types.

superChannelFilter?: SuperChannelFilter

Filter by super channel status.