Enum SpacesResource.MessagesResource.CreateRequest.CreateMessageNotificationOptionsNotificationTypeEnum
The notification type for the message.
Namespace: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public enum SpacesResource.MessagesResource.CreateRequest.CreateMessageNotificationOptionsNotificationTypeEnum
Fields
| Name | Description |
|---|---|
| NOTIFICATIONTYPEFORCENOTIFY | 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). |
| NOTIFICATIONTYPENONE | 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. |
| NOTIFICATIONTYPESILENT | Do not notify recipients, and do not mark the message as unread. This behaves similarly to the user muting the conversation or enabling Chat Do Not Disturb. Requires [app authentication] (https://developers.google.com/workspace/chat/authenticate-authorize-chat-app). |