Table of Contents

Class PartialApplication

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class PartialApplication : Entity, IPartialApplication, ISnowflake
Inheritance
object
PartialApplication
Implements
Derived

Properties

CreatedAt

Object created at UTC date.

public DateTimeOffset CreatedAt { get; }

Property Value

DateTimeOffset

Description

The description of the application.

public string Description { get; }

Property Value

string

Flags

The application flags.

public ulong Flags { get; }

Property Value

ulong

Icon

The icon hash of the application.

public string Icon { get; }

Property Value

string

Id

Unique identifier (snowflake) for the object.

public ulong Id { get; }

Property Value

ulong

IsPublic

Whether the bot can be invited by anyone.

public bool IsPublic { get; }

Property Value

bool

Name

The name of the application.

public string Name { get; }

Property Value

string

RequiresCodeGrant

Whether the bot requires OAuth2 code grant.

public bool RequiresCodeGrant { get; }

Property Value

bool

Methods

Create(FluxerBaseClient, PartialApplicationJson)

Create a PartialApplication object from json.

public static PartialApplication Create(FluxerBaseClient client, PartialApplicationJson json)

Parameters

client FluxerBaseClient
json PartialApplicationJson

Returns

PartialApplication