CancelEditCallback type

Funkce zpětného volání se spustí, když je zrušena editace zprávy.

type CancelEditCallback = (messageId: string) => void