Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
IUnsigned
Interface IUnsigned
interface
IUnsigned
{
age
?:
number
;
invite_room_state
?:
Required
<
Pick
<
IEvent
,
|
"type"
|
"content"
|
"sender"
|
"state_key"
>
>
[]
;
m.relations
?:
Record
<
string
,
any
>
;
org.matrix.msc4023.thread_id
?:
string
;
prev_content
?:
IContent
;
prev_sender
?:
string
;
redacted_because
?:
IEvent
;
replaces_state
?:
string
;
transaction_id
?:
string
;
[
key
:
string
]
:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
age?
invite_
room_
state?
m.relations?
org.matrix.msc4023.thread_
id?
prev_
content?
prev_
sender?
redacted_
because?
replaces_
state?
transaction_
id?
Properties
Optional
age
age
?:
number
Optional
invite_
room_
state
invite_
room_
state
?:
Required
<
Pick
<
IEvent
,
|
"type"
|
"content"
|
"sender"
|
"state_key"
>
>
[]
Optional
m.relations
m.relations
?:
Record
<
string
,
any
>
Optional
org.matrix.msc4023.thread_
id
org.matrix.msc4023.thread_
id
?:
string
Optional
prev_
content
prev_
content
?:
IContent
Optional
prev_
sender
prev_
sender
?:
string
Optional
redacted_
because
redacted_
because
?:
IEvent
Optional
replaces_
state
replaces_
state
?:
string
Optional
transaction_
id
transaction_
id
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
age
invite_
room_
state
m.relations
org.matrix.msc4023.thread_
id
prev_
content
prev_
sender
redacted_
because
replaces_
state
transaction_
id
matrix-js-sdk
Loading...