MessageIdUpdateResponse type

更新操作の応答データが含まれます。

type MessageIdUpdateResponse = WithResponse<
  MessageIdUpdateHeaders,
  MessageIdUpdateHeaders
>