共用方式為


UpdateMessageCallback type

回呼函式會在訊息更新時執行。

type UpdateMessageCallback = (
  messageId: string,
  content: string
) => Promise<void>