# Sandbox.Streamer.ChatMessage

- Kind: struct
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`Bits`](/api/Sandbox.Streamer.ChatMessage/Bits): Bits cheered with this message, or 0 if it wasn't a cheer.
- [`Channel`](/api/Sandbox.Streamer.ChatMessage/Channel): The channel the message was sent in.
- [`IsFirstMessage`](/api/Sandbox.Streamer.ChatMessage/IsFirstMessage): Whether this is the viewer's first ever message in this chat.
- [`Message`](/api/Sandbox.Streamer.ChatMessage/Message): The message text.
- [`Time`](/api/Sandbox.Streamer.ChatMessage/Time): When we received the message.
- [`Viewer`](/api/Sandbox.Streamer.ChatMessage/Viewer): The viewer who sent the message. Their display name, color and badges live here.
