Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
<internal>
MSC3575RoomData
Interface MSC3575RoomData
interface
MSC3575RoomData
{
highlight_count
?:
number
;
initial
?:
boolean
;
invite_state
?:
IStateEvent
[]
;
invited_count
?:
number
;
is_dm
?:
boolean
;
joined_count
?:
number
;
limited
?:
boolean
;
name
:
string
;
notification_count
?:
number
;
num_live
?:
number
;
prev_batch
?:
string
;
required_state
:
IStateEvent
[]
;
timeline
:
(
IRoomEvent
|
IStateEvent
)
[]
;
}
Index
Properties
highlight_
count?
initial?
invite_
state?
invited_
count?
is_
dm?
joined_
count?
limited?
name
notification_
count?
num_
live?
prev_
batch?
required_
state
timeline
Properties
Optional
highlight_
count
highlight_
count
?:
number
Optional
initial
initial
?:
boolean
Optional
invite_
state
invite_
state
?:
IStateEvent
[]
Optional
invited_
count
invited_
count
?:
number
Optional
is_
dm
is_
dm
?:
boolean
Optional
joined_
count
joined_
count
?:
number
Optional
limited
limited
?:
boolean
name
name
:
string
Optional
notification_
count
notification_
count
?:
number
Optional
num_
live
num_
live
?:
number
Optional
prev_
batch
prev_
batch
?:
string
required_
state
required_
state
:
IStateEvent
[]
timeline
timeline
:
(
IRoomEvent
|
IStateEvent
)
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
highlight_
count
initial
invite_
state
invited_
count
is_
dm
joined_
count
limited
name
notification_
count
num_
live
prev_
batch
required_
state
timeline
matrix-js-sdk
Loading...