OAuth2Guild class

A mini guild object with permissions for OAuth2Info.

Inheritance

Properties

createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icon String
The guild's icon hash.
latefinal
id Snowflake
ID of entity as Snowflake
finalinherited
name String
The guild's name
latefinal
permissions Permissions
The permissions you have on that guild.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

iconUrl({String format = "png", int size = 512}) String?
Returns url to guilds icon
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of this object.
override

Operators

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