Interface IRoom

Hierarchy

  • IRoom

Properties

_accountData: {
    [eventType: string]: IMinimalEvent;
}

Type declaration

_currentState: {
    [eventType: string]: {
        [stateKey: string]: IStateEvent;
    };
}

Type declaration

_timeline: {
    event: IRoomEvent | IStateEvent;
    token: null | string;
}[]

Type declaration

_unreadNotifications: Partial<UnreadNotificationCounts>
_unreadThreadNotifications?: Record<string, Partial<UnreadNotificationCounts>>

Generated using TypeDoc