defaultMessageDenyNotificationText property

String? defaultMessageDenyNotificationText
getter/setter pair

When a message is rejected, this is text for the rejection notification sent to the message's author.

By default, this property is empty and has no value in the API's response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.

Implementation

core.String? defaultMessageDenyNotificationText;