# Message - partner - OBJECT Version: 2024-10 ## Description A message exchanged within a conversation. ### Access Scopes ## Fields * [body](/docs/api/partner/2024-10/scalars/String): String - The message body. * [fileUrls](/docs/api/partner/2024-10/scalars/Url): Url! - A collection of URLs pointing to files attached to the message. * [id](/docs/api/partner/2024-10/scalars/ID): ID! - A globally unique identifier. * [sentAt](/docs/api/partner/2024-10/scalars/DateTime): DateTime! - The date and time the message was sent. * [sentBy](/docs/api/partner/2024-10/unions/MessageSender): MessageSender! - The organization or user that sent the message. * [sentVia](/docs/api/partner/2024-10/enums/MessageSentVia): MessageSentVia! - The platform that was used to send the message. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples