Skip to content

Commit 7586b95

Browse files
committed
nullibility update
1 parent 3b4bd35 commit 7586b95

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/event-grid/communication-services-advanced-messaging-events.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Details for the attributes specific to `Microsoft.Communication.AdvancedMessageR
4141

4242
| Attribute | Type | Nullable | Description |
4343
|:--- |:---:|:---:| --- |
44-
| channelType | `string` | ✔️ | Channel type of the channel that the message was sent on. For example: `"whatsapp"`. |
45-
| messageType | `string` | ✔️ | Message Type of the message receive event. Such as: `"interactive"`, `"sticker"`, `"reaction"`. |
46-
| from | `string` | ✔️ | Sender ID that sent the message. |
47-
| to | `string` | ✔️ | The channel ID that received the message, formatted as a GUID. |
48-
| receivedTimestamp | `DateTimeOffset` | ✔️ | Timestamp when the message is received.|
44+
| channelType | `string` | | Channel type of the channel that the message was sent on. For example: `"whatsapp"`. |
45+
| messageType | `string` | | Message Type of the message receive event. Such as: `"interactive"`, `"sticker"`, `"reaction"`. |
46+
| from | `string` | | Sender ID that sent the message. |
47+
| to | `string` | | The channel ID that received the message, formatted as a GUID. |
48+
| receivedTimestamp | `DateTimeOffset` | | Timestamp when the message is received.|
4949
| content | `string` | ✔️ | The text content in the message. |
5050
| media | [`MediaContent`](#mediacontent) | ✔️ | Contains details about the received [media](#mediacontent). |
5151
| context | [`MessageContext`](#messagecontext) | ✔️ | Contains details about the reply [message context](#messagecontext) in case the user replies back to business message. |
@@ -113,7 +113,7 @@ Details for the attributes specific to `Microsoft.Communication.AdvancedMessageR
113113

114114
| Attribute | Type | Nullable | Description |
115115
|:--------- |:----:|:--------:| --- |
116-
| messageId | `string` | ✔️ | Message ID to which the user replies to. |
116+
| messageId | `string` | | Message ID to which the user replies to. |
117117
| emoji | `string` | ✔️ | String representing unicode escape sequence of the emoji. |
118118

119119
#### Examples
@@ -349,10 +349,10 @@ Details for the attributes specific to `Microsoft.Communication.AdvancedMessageR
349349

350350
| Attribute | Type | Nullable | Description |
351351
|:--------- |:---:|:--------:| --- |
352-
| channelType | `string` | ✔️ | Channel type of the channel that the message was sent on. |
353-
| from | `string` | ✔️ | The channel ID that sent the message, formatted as a GUID. |
354-
| to | `string` | ✔️ | Recipient ID that the message was sent to. |
355-
| receivedTimestamp | `DateTimeOffset` | ✔️ | Timestamp of the message. |
352+
| channelType | `string` | | Channel type of the channel that the message was sent on. |
353+
| from | `string` | | The channel ID that sent the message, formatted as a GUID. |
354+
| to | `string` | | Recipient ID that the message was sent to. |
355+
| receivedTimestamp | `DateTimeOffset` | | Timestamp of the message. |
356356
| messageId | `string` | ✔️ | The ID of the message, formatted as a GUID. |
357357
| status | `string` | ✔️ | Status of the message. Possible values include `Sent`, `Delivered`, `Read`, and `Failed`. For more information, see [Status](#status). |
358358
| error| [`ChannelEventError`](#channeleventerror) | ✔️ | Contains the details of an error. |

0 commit comments

Comments
 (0)