Interface IPartialApplication
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
Flags
The application flags.
ulong Flags { get; }
Property Value
Icon
The icon hash of the application.
string Icon { get; }
Property Value
IsPublic
Whether the bot can be invited by anyone.
bool IsPublic { get; }
Property Value
Name
The name of the application.
string Name { get; }
Property Value
RequiresCodeGrant
Whether the bot requires OAuth2 code grant.
bool RequiresCodeGrant { get; }