You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/chatmessage-get.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Don't supply a request body for this method.
73
73
74
74
## Response
75
75
76
-
If successful, this method returns a `200 OK` response code and a [chatmessage](../resources/chatmessage.md) object in the response body.
76
+
If successful, this method returns a `200 OK` response code and a [chatMessage](../resources/chatmessage.md) object in the response body.
77
77
78
78
## Examples
79
79
@@ -589,7 +589,7 @@ GET https://graph.microsoft.com/beta/chats/19:80a7ff67c0ef43c19d88a7638be436b1@t
589
589
590
590
#### Response
591
591
592
-
The following example shows the response. The message body contains an @mentionfor everyone in a group chat that is represented by the `<at></at>` tag. The **conversationIdentityType** property is set to `chat` in the **conversation** identity of the **mentioned** object.
592
+
The following example shows the response. The message body contains `<at></at>` tags for each @mentionof everyone in a group chat. The **conversationIdentityType** property is set to `chat` in the **conversation** identity of the **mentioned** object.
### Example 7: Get a chat message with a loop component
780
+
### Example 7: Get a chat message with a Microsoft Loop component
781
781
782
-
The following example shows a request that gets a chat message that has a loop component as two attachments.
782
+
The following example shows a request that gets a chat message that has a Loop component as two attachments.
783
783
784
784
#### Request
785
785
@@ -798,7 +798,7 @@ GET https://graph.microsoft.com/beta/chats/19:e2ed97baac8e4bffbb91299a38996790@t
798
798
799
799
#### Response
800
800
801
-
The following example shows the response. The message body contains two attachments. The value of the **contentType** property of the loop component is `application/vnd.microsoft.card.fluidEmbedCard`, and the value of the **contentType** property of the placeholder card is `application/vnd.microsoft.card.codesnippet`.
801
+
The following example shows the response. The message body contains two attachments. The value of the **contentType** property of the Loop component is `application/vnd.microsoft.card.fluidEmbedCard`, and the value of the **contentType** property of the placeholder card is `application/vnd.microsoft.card.codesnippet`.
802
802
803
803
> **Note** - The **contentUrl** and **content** properties for a placeholder card don't have values.
0 commit comments