Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
<internal>
IRoomSummary
Interface IRoomSummary
interface
IRoomSummary
{
avatar_url
?:
string
;
guest_can_join
:
boolean
;
is_encrypted
:
boolean
;
join_rule
?:
Public
|
Knock
;
membership
?:
string
;
name
?:
string
;
num_joined_members
:
number
;
room_id
:
string
;
room_type
?:
RoomType
;
topic
?:
string
;
world_readable
:
boolean
;
}
Hierarchy
Omit
<
IPublicRoomsChunkRoom
,
"canonical_alias"
|
"aliases"
>
IRoomSummary
Index
Properties
avatar_
url?
guest_
can_
join
is_
encrypted
join_
rule?
membership?
name?
num_
joined_
members
room_
id
room_
type?
topic?
world_
readable
Properties
Optional
avatar_
url
avatar_
url
?:
string
guest_
can_
join
guest_
can_
join
:
boolean
is_
encrypted
is_
encrypted
:
boolean
Optional
join_
rule
join_
rule
?:
Public
|
Knock
Optional
membership
membership
?:
string
Optional
name
name
?:
string
num_
joined_
members
num_
joined_
members
:
number
room_
id
room_
id
:
string
Optional
room_
type
room_
type
?:
RoomType
Optional
topic
topic
?:
string
world_
readable
world_
readable
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
avatar_
url
guest_
can_
join
is_
encrypted
join_
rule
membership
name
num_
joined_
members
room_
id
room_
type
topic
world_
readable
matrix-js-sdk
Loading...
Generated using
TypeDoc