Get Shared Chat Session
Retrieves the active shared chat session for a channel.
This is an Async (Purple) Command, which operates differently from standard commands.
This command returns nothing if there isn't an active shared chat, leaving your variable with the result of
| Box Name | Type | Description |
|-------|--------|--------|
Channel|String|Channel name to get shared chat info from.
Save Variable As|String|Variable to save the result.
{:class='table table-primary'}
**Response Data:**
undefined!
| Variable Name | Type | Description |
|---------------|------|-------------|
data|Array|Array of objects representing each shared chat session.
data[`0-?`]|Object|Contains info for the shared chat session.
data[`0-?`].session_id|String|The ID for the shared chat session.
data[`0-?`].host_broadcaster_id|String|The User ID of the host channel.
data[`0-?`].participants|Array|Array of objects for each participant of the shared chat session.
data[`0-?`].participants[`0-?`].broadcaster_id|String|The User ID of the participant.
data[`0-?`].updated_at|String|The time in twitch format, that the shared chat session was lasted updated.
data[`0-?`].created_at|String|The time in twitch format, that the shared chat session was created.
{:class='table table-secondary w-auto table-hover data-toggle='table' text-break }