Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.69 KB

File metadata and controls

64 lines (49 loc) · 1.69 KB
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

forwardToChatResult resource type

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.

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"
}

Related content

Forward message to a chat