Skip to content

Commit faff26d

Browse files
committed
Fixing Microsoft Loop branding. Minor Acrolinx fixes.
1 parent 10e198e commit faff26d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api-reference/beta/api/chatmessage-get.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Don't supply a request body for this method.
7373

7474
## Response
7575

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.
7777

7878
## Examples
7979

@@ -589,7 +589,7 @@ GET https://graph.microsoft.com/beta/chats/19:80a7ff67c0ef43c19d88a7638be436b1@t
589589

590590
#### Response
591591

592-
The following example shows the response. The message body contains an @mention for 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 @mention of everyone in a group chat. The **conversationIdentityType** property is set to `chat` in the **conversation** identity of the **mentioned** object.
593593

594594
<!-- {
595595
"blockType": "response",
@@ -777,9 +777,9 @@ Content-type: application/json
777777
}
778778
```
779779

780-
### Example 7: Get a chat message with a loop component
780+
### Example 7: Get a chat message with a Microsoft Loop component
781781

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.
783783

784784
#### Request
785785

@@ -798,7 +798,7 @@ GET https://graph.microsoft.com/beta/chats/19:e2ed97baac8e4bffbb91299a38996790@t
798798

799799
#### Response
800800

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`.
802802

803803
> **Note** - The **contentUrl** and **content** properties for a placeholder card don't have values.
804804

0 commit comments

Comments
 (0)