Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
ISyncResponse
Interface ISyncResponse
interface
ISyncResponse
{
account_data
:
IAccountData
;
device_lists
?:
IDeviceLists
;
device_one_time_keys_count
?:
Record
<
string
,
number
>
;
device_unused_fallback_key_types
?:
string
[]
;
next_batch
:
string
;
org.matrix.msc2732.device_unused_fallback_key_types
?:
string
[]
;
presence
?:
IPresence
;
rooms
:
IRooms
;
to_device
?:
IToDevice
;
}
Index
Properties
account_
data
device_
lists?
device_
one_
time_
keys_
count?
device_
unused_
fallback_
key_
types?
next_
batch
org.matrix.msc2732.device_
unused_
fallback_
key_
types?
presence?
rooms
to_
device?
Properties
account_
data
account_
data
:
IAccountData
Optional
device_
lists
device_
lists
?:
IDeviceLists
Optional
device_
one_
time_
keys_
count
device_
one_
time_
keys_
count
?:
Record
<
string
,
number
>
Optional
device_
unused_
fallback_
key_
types
device_
unused_
fallback_
key_
types
?:
string
[]
next_
batch
next_
batch
:
string
Optional
org.matrix.msc2732.device_
unused_
fallback_
key_
types
org.matrix.msc2732.device_
unused_
fallback_
key_
types
?:
string
[]
Optional
presence
presence
?:
IPresence
rooms
rooms
:
IRooms
Optional
to_
device
to_
device
?:
IToDevice
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
account_
data
device_
lists
device_
one_
time_
keys_
count
device_
unused_
fallback_
key_
types
next_
batch
org.matrix.msc2732.device_
unused_
fallback_
key_
types
presence
rooms
to_
device
matrix-js-sdk
Loading...