Skip to content

Variable: TextEventSchema

const TextEventSchema: ZodObject<{ attachment_id: ZodOptional<ZodString>; conversation_id: ZodOptional<ZodString>; message_id: ZodOptional<ZodString>; space_id: ZodString; text: ZodString; type: ZodLiteral<"text">; }, $strip>

A text-attachment content field appeared or changed (attachments[i].text.content). Fires whenever the snapshot value differs from the previous one for the same attachment.