matrix-js-sdk
Preparing search index...
matrix
DelayedEventInfo
Type Alias DelayedEventInfo
type
DelayedEventInfo
=
{
finalised
?:
{
delayed_event
:
DelayedEventInfoItem
;
error
?:
MatrixError
[
"data"
]
;
event_id
?:
string
;
origin_server_ts
?:
number
;
outcome
:
"send"
|
"cancel"
;
reason
:
"error"
|
"action"
|
"delay"
;
}
[]
;
next_batch
?:
string
;
scheduled
?:
DelayedEventInfoItem
[]
;
}
Index
Properties
finalised?
next_
batch?
scheduled?
Properties
Optional
finalised
finalised
?:
{
delayed_event
:
DelayedEventInfoItem
;
error
?:
MatrixError
[
"data"
]
;
event_id
?:
string
;
origin_server_ts
?:
number
;
outcome
:
"send"
|
"cancel"
;
reason
:
"error"
|
"action"
|
"delay"
;
}
[]
Optional
next_
batch
next_batch
?:
string
Optional
scheduled
scheduled
?:
DelayedEventInfoItem
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
finalised
next_
batch
scheduled
matrix-js-sdk
Loading...