Interface ThreadCreatedPublicEventPayload

interface ThreadCreatedPublicEventPayload {
    eventType: "thread.thread_created";
    thread: Thread;
}

Properties

Properties

eventType: "thread.thread_created"
thread: Thread

Generated using TypeDoc