Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 300 Bytes

schema.md

File metadata and controls

18 lines (17 loc) · 300 Bytes

Schema

{
  badges: { subscribr: '0', premium: '1' },
  color: '#B8FD4E',
  username: string,
  'display-name': string,
  emotes: { '177861': [ '0-10' ] },
  id: string,
  'room-id': string,
  mod: bool,
  subscriber: bool,
  turbo: bool,
  'tmi-sent-ts': string,
  message-type: 'chat'
}
```