DocumentNotificationContent interface
A request to send a document notification.
- Extends
Properties
| caption | Optional text content. |
| file |
Optional name for the file. |
| kind | Message notification type is image. |
| media |
A media url for the file. Required if the type is one of the supported media types, e.g. image |
Inherited Properties
| channel |
The Channel Registration ID for the Business Identifier. |
| to | The native external platform user identifiers of the recipient. |
Property Details
caption
Optional text content.
caption?: string
Property Value
string
fileName
Optional name for the file.
fileName?: string
Property Value
string
kind
Message notification type is image.
kind: "document"
Property Value
"document"
mediaUri
A media url for the file. Required if the type is one of the supported media types, e.g. image
mediaUri: string
Property Value
string
Inherited Property Details
channelRegistrationId
The Channel Registration ID for the Business Identifier.
channelRegistrationId: string
Property Value
string
Inherited From NotificationContentParent.channelRegistrationId
to
The native external platform user identifiers of the recipient.
to: string[]
Property Value
string[]
Inherited From NotificationContentParent.to