Share via


CancelEditCallback type

Callback function run when a message edit is cancelled.

type CancelEditCallback = (messageId: string) => void