Table of Contents

Interface IPartialApplication

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Application/bot used to interact with the Fluxer platform and API.

public interface IPartialApplication : ISnowflake
Inherited Members

Properties

Description

The description of the application.

string Description { get; }

Property Value

string

Flags

The application flags.

ulong Flags { get; }

Property Value

ulong

Icon

The icon hash of the application.

string Icon { get; }

Property Value

string

IsPublic

Whether the bot can be invited by anyone.

bool IsPublic { get; }

Property Value

bool

Name

The name of the application.

string Name { get; }

Property Value

string

RequiresCodeGrant

Whether the bot requires OAuth2 code grant.

bool RequiresCodeGrant { get; }

Property Value

bool