Google Chat V1 API - Module Google::Apps::Chat::V1::CreateMessageNotificationOptions::NotificationType (v0.24.0)

Reference documentation and code samples for the Google Chat V1 API module Google::Apps::Chat::V1::CreateMessageNotificationOptions::NotificationType.

The notification types options for the message.

Constants

NOTIFICATION_TYPE_NONE

value: 0
Default behavior. Notification behavior is similar to when the human user sends the message using the Chat UI: no notification is sent to the human sender.

NOTIFICATION_TYPE_FORCE_NOTIFY

value: 2
Force notify recipients. This bypasses users' space notification settings and Chat Do Not Disturb settings. This option does not bypass device-level Do Not Disturb settings.

Requires app authentication.

NOTIFICATION_TYPE_SILENT

value: 3
Silence the notification as if the recipients have Chat Do Not Disturb enabled or have muted the space.

Requires app authentication.