Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/chimes
Broadcast
Interface Broadcast
interface
Broadcast
{
canceledAt
?:
string
|
null
;
chimeIds
?:
string
[]
;
content
?:
string
;
createdAt
?:
string
;
customerIds
?:
string
[]
;
email
?:
Record
<
string
,
unknown
>
;
errors
?:
BroadcastError
[]
;
executedAt
?:
string
|
null
;
id
?:
string
;
purpose
?:
string
|
null
;
recipients
?:
string
[]
;
sendAfter
?:
string
;
senderId
?:
string
;
}
Index
Properties
canceled
At?
chime
Ids?
content?
created
At?
customer
Ids?
email?
errors?
executed
At?
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
customer
Ids
customerIds
?:
string
[]
Optional
email
email
?:
Record
<
string
,
unknown
>
Optional
errors
errors
?:
BroadcastError
[]
Optional
executed
At
executedAt
?:
string
|
null
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
customer
Ids
email
errors
executed
At
id
purpose
recipients
send
After
sender
Id
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...