본문으로 건너뛰기

Variable: MessageContentRevisionSchema

const MessageContentRevisionSchema: TObject<{ content: TString; createdAt: TInteger; id: TString; messageId: TString; position: TInteger; }>

Defined in: packages/contracts/src/message.ts:279

An immutable previous text of a message created by a manual content edit or a non-destructive restore. Swipe variants use MessageVariantSchema instead.