Type alias MessageMetadata<StateType>
MessageMetadata<StateType>: { branch: string | undefined; branchOptions: string[] | undefined; firstSeenState: ThreadState<StateType> | undefined; messageId: string; } Type Parameters
- StateType extends Record<string, unknown>
Type declaration
branch: string | undefined
branchOptions: string[] | undefined
messageId: string
The branch of the message.