A user in the system.

Hierarchy

  • User

Properties

avatar_url?: string

A URL for an avatar image.

create_time?: string

The UNIX time when the user was created.

display_name?: string

The display name of the user.

edge_count?: number

Number of related edges to this user.

facebook_id?: string

The Facebook id in the user's account.

facebook_instant_game_id?: string

The Facebook Instant Game ID in the user's account.

gamecenter_id?: string

The Apple Game Center in of the user's account.

google_id?: string

The Google id in the user's account.

id?: string

The id of the user's account.

lang_tag?: string

The language expected to be a tag which follows the BCP-47 spec.

location?: string

The location set by the user.

metadata?: {}

Additional information stored as a JSON object.

Type declaration

    online?: boolean

    Indicates whether the user is currently online.

    steam_id?: string

    The Steam id in the user's account.

    timezone?: string

    The timezone set by the user.

    update_time?: string

    The UNIX time when the user was last updated.

    username?: string

    The username of the user's account.

    Generated using TypeDoc