Edit

Share via


forwardToChatResult resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the individual response for each target chat ID specified in a forward to chat request.

Inherits from actionResultPart.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "error": {"@odata.type": "microsoft.graph.publicError"},
  "forwardedMessageId": "String",
  "targetChatId": "String"
}

Forward message to a chat