Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
<internal>
MSC3575RoomSubscription
Interface MSC3575RoomSubscription
Represents a subscription to a room or set of rooms. Controls which events are returned.
interface
MSC3575RoomSubscription
{
include_old_rooms
?:
MSC3575RoomSubscription
;
required_state
?:
string
[]
[]
;
timeline_limit
?:
number
;
}
Hierarchy (
view full
)
MSC3575RoomSubscription
MSC3575List
Index
Properties
include_
old_
rooms?
required_
state?
timeline_
limit?
Properties
Optional
include_
old_
rooms
include_
old_
rooms
?:
MSC3575RoomSubscription
Optional
required_
state
required_
state
?:
string
[]
[]
Optional
timeline_
limit
timeline_
limit
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
include_
old_
rooms
required_
state
timeline_
limit
matrix-js-sdk
Loading...
Represents a subscription to a room or set of rooms. Controls which events are returned.