Enum CreateMessageNotificationOptions.Types.NotificationType
The notification types options for the message.
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum CreateMessageNotificationOptions.Types.NotificationType
Fields
| Name | Description |
|---|---|
| ForceNotify | 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] (https://developers.google.com/workspace/chat/authenticate-authorize-chat-app). |
| None | 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. |
| Silent | Silence the notification as if the recipients have Chat Do Not Disturb enabled or have muted the space. Requires [app authentication] (https://developers.google.com/workspace/chat/authenticate-authorize-chat-app). |