Interface Player

Hierarchy

  • Player

Properties

Properties

access_token?: string
profile: {
    demo?: boolean;
    id: string;
    name: string;
    properties?: {
        twitch_access_token: string;
    };
    type?: MCUserTypeVal;
    xuid?: string;
}

Type declaration

  • Optional demo?: boolean
  • id: string
  • name: string
  • Optional properties?: {
        twitch_access_token: string;
    }
    • twitch_access_token: string
  • Optional type?: MCUserTypeVal
  • Optional xuid?: string

Generated using TypeDoc