다음을 통해 공유


CancelEditCallback type

콜백 함수는 메시지 편집이 취소될 때 실행됩니다.

type CancelEditCallback = (messageId: string) => void