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: articles/event-grid/communication-services-advanced-messaging-events.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,11 @@ Details for the attributes specific to `Microsoft.Communication.AdvancedMessageR
41
41
42
42
| Attribute | Type | Nullable | Description |
43
43
|:--- |:---:|:---:| --- |
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.|
49
49
| content |`string`| ✔️ | The text content in the message. |
50
50
| media |[`MediaContent`](#mediacontent)| ✔️ | Contains details about the received [media](#mediacontent). |
51
51
| 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
113
113
114
114
| Attribute | Type | Nullable | Description |
115
115
|:--------- |:----:|:--------:| --- |
116
-
| messageId |`string`|✔️| Message ID to which the user replies to. |
116
+
| messageId |`string`|❌| Message ID to which the user replies to. |
117
117
| emoji |`string`| ✔️ | String representing unicode escape sequence of the emoji. |
118
118
119
119
#### Examples
@@ -349,10 +349,10 @@ Details for the attributes specific to `Microsoft.Communication.AdvancedMessageR
349
349
350
350
| Attribute | Type | Nullable | Description |
351
351
|:--------- |:---:|:--------:| --- |
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. |
356
356
| messageId |`string`| ✔️ | The ID of the message, formatted as a GUID. |
357
357
| status |`string`| ✔️ | Status of the message. Possible values include `Sent`, `Delivered`, `Read`, and `Failed`. For more information, see [Status](#status). |
358
358
| error|[`ChannelEventError`](#channeleventerror)| ✔️ | Contains the details of an error. |
0 commit comments