| title | forwardToChatResult resource type |
|---|---|
| description | Represents the individual response for each target chat ID specified in a forward to chat request. |
| author | sumanac |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 02/20/2025 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the individual response for each target chat ID specified in a forward to chat request.
Inherits from actionResultPart.
| Property | Type | Description |
|---|---|---|
| error | publicError | The error that occurred, if any, during the bulk operation. Inherited from actionResultPart. |
| forwardedMessageId | String | The chatMessage ID generated after a message is successfully forwarded to the target chat ID. |
| targetChatId | String | The target chat ID where the message was forwarded. |
None.
The following JSON representation shows the resource type.
{
"error": {"@odata.type": "microsoft.graph.publicError"},
"forwardedMessageId": "String",
"targetChatId": "String"
}