Interface ChannelSendResult

Send result from an adapter.

interface ChannelSendResult {
    messageId: string;
    timestamp?: string;
}

Properties

messageId: string

Platform-assigned message ID for the sent message.

timestamp?: string

Timestamp of the sent message.