

# Message (Subscribe)


Messages from other clients that are sent to the room.

## Format


```
{
  "Attributes": { "string": "string" },
  "Content": "string",
  "Id": "string",
  "RequestId": "string",
  "Sender": {
    "Attributes": { "string": "string" },
    "UserId": "string"
  },
  "SendTime": "string::date-time",
  "Type": "MESSAGE"
}
```

## Fields



| Field | Description | 
| --- | --- | 
| `Attributes` | Attributes included in the message. | 
| `Content` | Message received by another user. | 
|  `Id`  | An identifier generated by Amazon IVS Chat.  | 
| `RequestId` | The message identifier optionally specified by your application (in the corresponding [SendMessage (Publish)](actions-sendmessage-publish.md) operation) for tracking purposes | 
| `Sender` | Information about the sender. This includes two fields: [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ivs/latest/chatmsgapireference/actions-message-subscribe.html)  | 
| `SendTime` | Timestamp of when the message was received by Amazon IVS Chat. | 
| `Type` | `MESSAGE` | 