Share via


AcsMessageReceivedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.Communication.AdvancedMessageReceived event.

Extends

Properties

button

The received message button content

channelKind

The received message channel Kind

content

The received message content

context

The received message context

interactiveContent

The received message interactive content

mediaContent

The received message media content

messageId

Message ID. Format is Guid as string.

messageType

WhatsApp Message Type

reaction

The received message reaction content

Inherited Properties

error

The channel event error

from

The message sender

receivedTimestamp

The time message was received

to

The message recipient

Property Details

button

The received message button content

button?: AcsMessageButtonContent

Property Value

channelKind

The received message channel Kind

channelKind?: string

Property Value

string

content

The received message content

content?: string

Property Value

string

context

The received message context

context?: AcsMessageContext

Property Value

interactiveContent

The received message interactive content

interactiveContent?: AcsMessageInteractiveContent

Property Value

mediaContent

The received message media content

mediaContent?: AcsMessageMediaContent

Property Value

messageId

Message ID. Format is Guid as string.

messageId?: string

Property Value

string

messageType

WhatsApp Message Type

messageType: string

Property Value

string

reaction

The received message reaction content

reaction?: AcsMessageReactionContent

Property Value

Inherited Property Details

error

The channel event error

error?: AcsMessageChannelEventError

Property Value

Inherited From AcsMessageEventData.error

from

The message sender

from: string

Property Value

string

Inherited From AcsMessageEventData.from

receivedTimestamp

The time message was received

receivedTimestamp?: string

Property Value

string

Inherited From AcsMessageEventData.receivedTimestamp

to

The message recipient

to: string

Property Value

string

Inherited From AcsMessageEventData.to