notificationSetting property
The notification setting. Possible string values are:
- "NOTIFICATION_SETTING_UNSPECIFIED" : Reserved.
- "ALL" : Notifications are triggered by @mentions, followed threads, first message of new threads. All new threads are automatically followed, unless manually unfollowed by the user.
- "MAIN_CONVERSATIONS" : The notification is triggered by @mentions, followed threads, first message of new threads. Not available for 1:1 direct messages.
- "FOR_YOU" : The notification is triggered by @mentions, followed threads. Not available for 1:1 direct messages.
- "OFF" : Notification is off.
Implementation
core.String? notificationSetting;