Interface: UserOptions
structures.UserOptions
Table of contents
Properties
- areFriends
 - canFollow
 - canFriend
 - canMessage
 - canSeeFavorites
 - canSeeInventory
 - canTrade
 - displayName
 - followersCount
 - followingsCount
 - friendsCount
 - headShotImage
 - id
 - incomingFriendRequest
 - isVieweeBlocked
 - isViewerBlocked
 - lastLocation
 - messagesDisabled
 - name
 - presenceType
 - previousUsernames
 - sentFriendRequest
 - userPlaceId
 - userStatus
 - userStatusDate
 
Properties
areFriends
• areFriends: boolean
Defined in: structures/User.ts:614
canFollow
• canFollow: boolean
Defined in: structures/User.ts:615
canFriend
• canFriend: boolean
Defined in: structures/User.ts:617
canMessage
• canMessage: boolean
Defined in: structures/User.ts:616
canSeeFavorites
• canSeeFavorites: boolean
Defined in: structures/User.ts:621
canSeeInventory
• canSeeInventory: boolean
Defined in: structures/User.ts:623
canTrade
• canTrade: boolean
Defined in: structures/User.ts:618
displayName
• displayName: string
Defined in: structures/User.ts:603
followersCount
• followersCount: number
Defined in: structures/User.ts:610
followingsCount
• followingsCount: number
Defined in: structures/User.ts:611
friendsCount
• friendsCount: number
Defined in: structures/User.ts:604
headShotImage
• headShotImage: object
Type declaration:
| Name | Type | 
|---|---|
endpointType | 
string | 
final | 
boolean | 
retryUrl | 
null | string | 
url | 
string | 
userId | 
number | 
Defined in: structures/User.ts:624
id
• id: number
Defined in: structures/User.ts:601
incomingFriendRequest
• incomingFriendRequest: boolean
Defined in: structures/User.ts:619
isVieweeBlocked
• isVieweeBlocked: boolean
Defined in: structures/User.ts:612
isViewerBlocked
• isViewerBlocked: boolean
Defined in: structures/User.ts:613
lastLocation
• lastLocation: null | string
Defined in: structures/User.ts:606
messagesDisabled
• messagesDisabled: boolean
Defined in: structures/User.ts:622
name
• name: string
Defined in: structures/User.ts:602
presenceType
• presenceType: EnumUserPresence
Defined in: structures/User.ts:605
previousUsernames
• previousUsernames: string
Defined in: structures/User.ts:631
sentFriendRequest
• sentFriendRequest: boolean
Defined in: structures/User.ts:620
userPlaceId
• userPlaceId: null | number
Defined in: structures/User.ts:609
userStatus
• userStatus: null | string
Defined in: structures/User.ts:607
userStatusDate
• userStatusDate: null | string
Defined in: structures/User.ts:608