Skip to main content

NotifyAudience

type NotifyAudience = typeof NOTIFY_AUDIENCES[number];

The audience to notify when posting a comment, in addition to any individual recipients or custom groups.

Remarks

Possible values:

  • 'channel' - Notify everyone in the channel.
  • 'thread' - Notify everyone who has interacted with the thread.