Interface ThreadChatSentPublicEventPayload

interface ThreadChatSentPublicEventPayload {
    chat: Chat;
    eventType: "thread.chat_sent";
    thread: Thread;
}

Properties

Properties

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

Generated using TypeDoc