Table of Contents

Class SocketCurrentUser

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class SocketCurrentUser : CurrentUser, ICurrentUser, IUser, IMentionable, ISnowflake, IUserProfile
Inheritance
object
SocketCurrentUser
Implements
Inherited Members
Extension Methods

Properties

Guilds

Cached guilds for the current user.

public IReadOnlyCollection<SocketGuild> Guilds { get; }

Property Value

IReadOnlyCollection<SocketGuild>

Methods

Create(FluxerBaseClient, UserJson)

Create a SocketCurrentUser object from json.

public static SocketCurrentUser Create(FluxerBaseClient client, UserJson json)

Parameters

client FluxerBaseClient
json UserJson

Returns

SocketCurrentUser