import type { messagechannel_MessageChannel } from './messagechannel_MessageChannel'; export type messagechannel_UnreadSummary = { /** * TotalUnreadCount is the aggregate number of unread messages across all returned channels. */ totalUnreadCount?: number; /** * UnreadChannels are the channels in which the member has at least one unread message. */ unreadChannels?: Array; };