Available types

MessageGenerationStopped

This object describes an update about a user stopping message generation.

fields

fieldtyperequireddescription
chatChatrequiredChat in which the message is generated
message_thread_idnumberoptionalOptional. Unique identifier of the message thread in which the message is generated
draft_idnumberrequiredUnique identifier of the message draft which was stopped

import

types.ts
import type { MessageGenerationStopped } from "@yaebal/types";

used by

types