Skip to content

Commit d4480f1

Browse files
authored
Microsoft Loop branding updates
1 parent faff26d commit d4480f1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api-reference/beta/resources/chatmessageattachment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ An entity of type **chatMessageAttachment** is returned as part of the [Get chan
2222
| Property | Type |Description|
2323
|:---------------|:--------|:----------|
2424
|content|string|The content of the attachment. If the attachment is a [rich card](/microsoftteams/platform/task-modules-and-cards/cards/cards-reference), set the property to the rich card object. This property and **contentUrl** are mutually exclusive.|
25-
|contentType| string | The media type of the content attachment. The possible values are: <br><ul><li>`reference`: The attachment is a link to another file. Populate the <b>contentURL</b> with the link to the object.</li><li>`forwardedMessageReference`: The attachment is a reference to a forwarded message. Populate the <b>content</b> with the original message context.</li><li>Any <b>contentType</b> that is supported by the Bot Framework's [Attachment object](/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?#attachment-object).</li><li>`application/vnd.microsoft.card.codesnippet`: Either a code snippet or place holder. </li><li>`application/vnd.microsoft.card.announcement`: An announcement header. </li><li>`application/vnd.microsoft.card.fluidEmbedCard`: A loop component. </li>|
25+
|contentType| string | The media type of the content attachment. The possible values are: <br><ul><li>`reference`: The attachment is a link to another file. Populate the <b>contentURL</b> with the link to the object.</li><li>`forwardedMessageReference`: The attachment is a reference to a forwarded message. Populate the <b>content</b> with the original message context.</li><li>Any <b>contentType</b> that is supported by the Bot Framework's [Attachment object](/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?#attachment-object).</li><li>`application/vnd.microsoft.card.codesnippet`: Either a code snippet or place holder. </li><li>`application/vnd.microsoft.card.announcement`: An announcement header. </li><li>`application/vnd.microsoft.card.fluidEmbedCard`: A Microsoft Loop component. </li>|
2626
|contentUrl|string|The URL for the content of the attachment. |
2727
|id|string| Read-only. The unique ID of the attachment.|
2828
|name|string|Name of the attachment.|

changelog/Microsoft.Teams.Core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5741,7 +5741,7 @@
57415741
"ApiChange": "Property",
57425742
"ChangedApiName": "contentType",
57435743
"ChangeType": "Change",
5744-
"Description": "Added loop component as two types of attachments, a loop component and a place holder. New **contentType** properties `application/vnd.microsoft.card.fluidEmbedCard` and `application/vnd.microsoft.card.codesnippet` are in the [chatMessageAttachment](https://learn.microsoft.com/en-us/graph/api/resources/chatmessageattachment?view=graph-rest-1.0) resource.",
5744+
"Description": "Added Microsoft Loop components as two types of attachments, a Loop component and a place holder. New **contentType** properties `application/vnd.microsoft.card.fluidEmbedCard` and `application/vnd.microsoft.card.codesnippet` are in the [chatMessageAttachment](https://learn.microsoft.com/en-us/graph/api/resources/chatmessageattachment?view=graph-rest-1.0) resource.",
57455745
"Target": "chatMessageAttachment"
57465746
}
57475747
],

concepts/teams-messaging-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Cards represent visual elements backed by a predefined schema. Teams supports th
2929

3030
- Code snippet or Place holder - Set **contentType** to `application/vnd.microsoft.card.codesnippet`
3131
- Announcement card - Set **contentType** set to `application/vnd.microsoft.card.announcement`
32-
- Loop component card - Set **contentType** set to `application/vnd.microsoft.card.fluidEmbedCard`
32+
- Mircosoft Loop component card - Set **contentType** set to `application/vnd.microsoft.card.fluidEmbedCard`
3333

3434
For cards, the **contentType** property is set to the type of card, and the **content** property contains the serialized json for the card.
3535

@@ -71,7 +71,7 @@ The following example shows the schema for an adaptive card attachment when the
7171

7272
> **Note:** Microsoft Graph only supports cards that have the **OpenUrl** action set. Other actions like **ShowCard** aren't supported. Microsoft Graph does allow messages posted by bots that have other actions in them to be read.
7373
74-
The following example shows the schema for a loop component as two attachments.
74+
The following example shows the schema for a Loop component as two attachments.
7575

7676
```json
7777
"attachments": [

concepts/whats-new-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Use the [teamsChannel](/graph/api/resources/planner-overview?view=graph-rest-bet
7171

7272
### Teamwork and communications | Messaging
7373

74-
- [Get](/graph/api/chatmessage-get#example-7-get-a-chat-message-with-a-loop-component) a chat message that includes a loop component as two attachments.
74+
- [Get](/graph/api/chatmessage-get#example-7-get-a-chat-message-with-a-loop-component) a chat message that includes a Microsoft Loop component as two attachments.
7575

7676
## December 2024: New and generally available
7777

0 commit comments

Comments
 (0)