Skip to content

Commit 5b3f5db

Browse files
authored
Update chatmessagereaction.md
1 parent f0aa90f commit 5b3f5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/v1.0/resources/chatmessagereaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An entity of type `chatMessageReaction` is returned as part of the [Get channel
1919

2020
| Property | Type | Description |
2121
|:-------------|:------------|:------------|
22-
|createdDateTime|DateTimeOffset|The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`|
22+
|createdDateTime|DateTimeOffset|The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
2323
|displayName|String|The name of the reaction.|
2424
|reactionContentUrl|String|The hosted content URL for the custom reaction type. |
2525
|reactionType|String|The reaction type. Supported values include Unicode characters, `custom`, and some backward-compatible reaction types, such as `like`, `angry`, `sad`, `laugh`, `heart`, and `surprised`. |
@@ -41,8 +41,8 @@ The following JSON representation shows the resource type.
4141
```json
4242
{
4343
"createdDateTime": "String (timestamp)",
44-
"reactionContentUrl": "String",
4544
"displayName": "String",
45+
"reactionContentUrl": "String",
4646
"reactionType": "String",
4747
"user": {"@odata.type": "microsoft.graph.chatMessageReactionIdentitySet"}
4848
}

0 commit comments

Comments
 (0)