Skip to content

Inherits
User

Class ClientUser

Represents the User that connected to the API.

Properties


Friends

Gets the user's friends.
Declaration

public User[] Friends {get; }

Remarks
Only non-bot users can have friends.
Property Value

Type Description
User[] An array of Users that are friends with the current user.

Blocked

Gets the list of users block by this user.
Declaration

public User[] Blocked {get; }

Remarks
Only non-bot users can block users.
Property Value

Type Description
User[] An array of Users that are blocked by the current user.