Table of Contents

Class DiscordRpcApplication

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents an OAuth2 application.

public sealed class DiscordRpcApplication : SnowflakeObject, IEquatable<DiscordRpcApplication>
Inheritance
DiscordRpcApplication
Implements
Inherited Members

Fields

Description
Flags
GuildId
Hook
IconHash
InstallParams
IsPublic
Name
PrivacyPolicyUrl
RequiresCodeGrant
Summary
Tags
TermsOfServiceUrl
Type
VerifyKey

Properties

Icon

Methods

Equals(DiscordRpcApplication)

Checks whether this DiscordRpcApplication is equal to another DiscordRpcApplication.

Equals(object)

Checks whether this DiscordRpcApplication is equal to another object.

GenerateBotOAuth(Permissions)

Generates an oauth url for the application.

GetHashCode()

Gets the hash code for this DiscordRpcApplication.

Operators

operator ==(DiscordRpcApplication, DiscordRpcApplication)

Gets whether the two DiscordRpcApplication objects are equal.

operator !=(DiscordRpcApplication, DiscordRpcApplication)

Gets whether the two DiscordRpcApplication objects are not equal.