> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MobulaTokenLiveData

> Live-stream metadata associated with a token.

### TypeScript shape

```ts theme={null}
interface MobulaTokenLiveData {
  status: string | null;
  thumbnail: string | null;
  title: string | null;
  replyCount: number | null;
}
```

<ResponseField name="status" type="String">Live stream status.</ResponseField>
<ResponseField name="thumbnail" type="String">Live stream thumbnail URL.</ResponseField>
<ResponseField name="title" type="String">Live stream title.</ResponseField>
<ResponseField name="replyCount" type="Int">Reply count.</ResponseField>
