Class PartialApplication
Fluxer entity with client attached.
public class PartialApplication : Entity, IPartialApplication, ISnowflake
- Inheritance
-
objectPartialApplication
- Implements
- Derived
Properties
CreatedAt
Object created at UTC date.
public DateTimeOffset CreatedAt { get; }
Property Value
Description
The description of the application.
public string Description { get; }
Property Value
Flags
The application flags.
public ulong Flags { get; }
Property Value
Icon
The icon hash of the application.
public string Icon { get; }
Property Value
Id
Unique identifier (snowflake) for the object.
public ulong Id { get; }
Property Value
IsPublic
Whether the bot can be invited by anyone.
public bool IsPublic { get; }
Property Value
Name
The name of the application.
public string Name { get; }
Property Value
RequiresCodeGrant
Whether the bot requires OAuth2 code grant.
public bool RequiresCodeGrant { get; }
Property Value
Methods
Create(FluxerBaseClient, PartialApplicationJson)
Create a PartialApplication object from json.
public static PartialApplication Create(FluxerBaseClient client, PartialApplicationJson json)
Parameters
clientFluxerBaseClientjsonPartialApplicationJson