ClientOAuth2Application class

The client's OAuth2 app, if the client is a bot.

Inheritance

Properties

client Nyxx
Reference to Nyxx
final
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
description String
The app's description.
latefinalinherited
flags int?
The app's flags.
latefinal
hashCode int
The hash code for this object.
no setterinherited
icon String?
The app's icon hash.
latefinalinherited
id Snowflake
ID of entity as Snowflake
finalinherited
name String
The app's name.
latefinalinherited
owner User
The app's owner.
latefinal
rpcOrigins List<String>?
The app's RPC origins.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getInviteUrl([int? permissions]) String
Creates an OAuth2 URL with the specified permissions.
iconUrl({String format = "png", int size = 512}) String?
Returns url to apps icon
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
inherited