Table of Contents

Enum LoginState

Namespace
Discord
Assembly
Discord.Net.Core.dll

Specifies the state of the client's login status.

public enum LoginState : byte

Fields

LoggedIn = 2

The client is currently logged in.

LoggedOut = 0

The client is currently logged out.

LoggingIn = 1

The client is currently logging in.

LoggingOut = 3

The client is currently logging out.