type MessageSayIdBody = { /** * The ID of the message. */ sayId: string; }; export type { MessageSayIdBody };