The client instance
Payload to create the User with
Private
Readonly
#clientClient instance attached to the Object
Private
#endpointEndpoint url the object will request to
Private
#payloadThe payload of the object.
The user's about text
bio
Does the user have you blocked?
The user's about text
about
The block type if the user is blocked
Can the Client chat with the user?
? Not checked by the backend
is_available_for_chat
The user's chat privacy
Cover image background color
Cover imamge url
Protected
endpointEndpoint url for requests to update the payload
The unique id of the object
Can the Client chat with the user?
? Not checked by the backend
can_chat
Is the user banned?
Is the user blocked by the Client?
Is the user deleted?
Is the user's account private?
Is the user subscribed to updates?
Is the user subscribed to the Client?
Is the client subscribed to the user?
Is the user verified?
The user's unique uri
web_url
The user's meme experience
TODO: Add description for messengerActive
TODO: Add description for messenger_token
Nickname of the user
username
The nick color of the user if they have one, else null
The users num
object
stats
Profile photo of the user
All the user's linked social media accounts
The users num
object
num
How many achievements the user has
How many features the user has
How many original posts the user has
How many posts the user has on their profile
How many posts the has that are republishes (NOT original)
How many smiles the user has on their profile
The users subsciber count
The users subscription count
Nickname of the user
nick
Protected
_cloneProtected
getGets the value from the payload from its key
The key to get the value of
Generated using TypeDoc
Base User class that user class will inherit from.