chatMembersNotificationRecipient resource type
In this article
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.
Property | Type | Description |
---|---|---|
chatId | String | The unique identifier for the chat whose members should receive the notifications. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.chatMembersNotificationRecipient",
"chatId": "String"
}