Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the recipient of a notification sent in a Microsoft Teams activity feed. The recipient consists of the chat members.
Inherits from teamworkNotificationRecipient.
Properties
Property | Type | Description |
---|---|---|
chatId | String | The unique identifier for the chat whose members should receive the notifications. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.chatMembersNotificationRecipient",
"chatId": "String"
}