Interface ThreadChatSentPublicEventPayload

interface ThreadChatSentPublicEventPayload {
    chat: Chat;
    eventType: "thread.chat_sent";
    thread: Thread;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

Properties

chat: Chat
eventType: "thread.chat_sent"
thread: Thread

Generated using TypeDoc