Share via


NotificationTargetType enum

Warning

This API is now deprecated.

This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.

The target type where the notification will be sent to.

Remarks

  • "Channel" means to a team channel. (By default, notification to a team will be sent to its "General" channel.)
  • "Group" means to a group chat.
  • "Person" means to a personal chat.

Fields

Channel

The notification will be sent to a team channel. (By default, notification to a team will be sent to its "General" channel.)

Group

The notification will be sent to a group chat.

Person

The notification will be sent to a personal chat.