> ## 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.

# MobulaTokenTwitterRename

> One Twitter/X username observed in token social history.

### TypeScript shape

```ts theme={null}
interface MobulaTokenTwitterRename {
  username: string;
  lastChecked: string;
}
```

<ResponseField name="username" type="String!">Observed username.</ResponseField>
<ResponseField name="lastChecked" type="String!">Last check timestamp/string from the social audit source.</ResponseField>
