Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/chimes
ScheduledChime
Interface ScheduledChime
interface
ScheduledChime
{
canceledAt
?:
string
|
null
;
chimeIds
?:
string
[]
;
content
?:
string
;
createdAt
?:
string
;
errors
?:
ScheduleError
[]
;
executedAt
?:
string
|
null
;
fullMessage
?:
string
;
id
?:
string
;
purpose
?:
string
|
null
;
recipients
?:
string
[]
;
sendAfter
?:
string
;
senderId
?:
string
;
}
Index
Properties
canceled
At?
chime
Ids?
content?
created
At?
errors?
executed
At?
full
Message?
id?
purpose?
recipients?
send
After?
sender
Id?
Properties
Optional
canceled
At
canceledAt
?:
string
|
null
Optional
chime
Ids
chimeIds
?:
string
[]
Optional
content
content
?:
string
Optional
created
At
createdAt
?:
string
Optional
errors
errors
?:
ScheduleError
[]
Optional
executed
At
executedAt
?:
string
|
null
Optional
full
Message
fullMessage
?:
string
Optional
id
id
?:
string
Optional
purpose
purpose
?:
string
|
null
Optional
recipients
recipients
?:
string
[]
Optional
send
After
sendAfter
?:
string
Optional
sender
Id
senderId
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
canceled
At
chime
Ids
content
created
At
errors
executed
At
full
Message
id
purpose
recipients
send
After
sender
Id
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...