Interface EphemeralConversationEvent

The EphemeralConversationEvent type

interface EphemeralConversationEvent {
    body: any;
    conversationId: string;
    from: From;
    kind: "ephemeral";
    timestamp: string;
}

Properties

body: any

The body property of EphemeralConversationEvent

conversationId: string

The conversationId property of EphemeralConversationEvent

from: From

The From property of EphemeralConversationEvent

kind: "ephemeral"

The kind property of EphemeralConversationEvent

timestamp: string

The timestamp property of EphemeralConversationEvent