kustomer-client
Preparing search index...
KustomerTypes
RedactMessageData
Type Alias RedactMessageData
type
RedactMessageData
=
{
body
?:
|
{
preview
?:
string
}
|
{
attachments
?:
string
[]
}
|
{
meta
?:
{
[
key
:
string
]:
unknown
}
}
;
path
:
{
id
:
string
}
;
query
?:
never
;
url
:
"/messages/{id}/redactions"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
|
{
preview
?:
string
}
|
{
attachments
?:
string
[]
}
|
{
meta
?:
{
[
key
:
string
]:
unknown
}
}
path
path
:
{
id
:
string
}
Type declaration
id
:
string
Unique message object ID.
Optional
query
query
?:
never
url
url
:
"/messages/{id}/redactions"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...
Unique message object ID.