Interface RobloxUser

Hierarchy

Properties

Properties

activity: null | {
    gameId: null | string;
    lastLocation: string;
    lastOnline: null | string;
    placeId: null | string;
    rootPlaceId: null | string;
    universeId: null | string;
    userId: number;
    userPresenceType: number;
}

Type declaration

  • gameId: null | string
  • lastLocation: string
  • lastOnline: null | string
  • placeId: null | string
  • rootPlaceId: null | string
  • universeId: null | string
  • userId: number
  • userPresenceType: number
groups: {
    emblem: {
        id: number;
        url: string;
    };
    id: number;
    inclan: boolean;
    name: string;
    primary: boolean;
    rank: number;
    role: string;
    url: string;
}[]

Type declaration

  • emblem: {
        id: number;
        url: string;
    }
    • id: number
    • url: string
  • id: number
  • inclan: boolean
  • name: string
  • primary: boolean
  • rank: number
  • role: string
  • url: string
status: boolean
user: {
    avatar: string;
    bio: null | string;
    counts: {
        followers: number;
        following: number;
        friends: number;
    };
    id: number;
    joined: null | string;
    lastnames: string[];
    online: string;
    url: string;
    username: string;
}

Type declaration

  • avatar: string
  • bio: null | string
  • counts: {
        followers: number;
        following: number;
        friends: number;
    }
    • followers: number
    • following: number
    • friends: number
  • id: number
  • joined: null | string
  • lastnames: string[]
  • online: string
  • url: string
  • username: string

Generated using TypeDoc