IAppTeamUser class abstract

Implemented types

Constructors

IAppTeamUser()

Properties

avatar String?
The user's avatar hash.
read-only
client INyxx
Reference to INyxx.
read-only
createdAt DateTime
Gets creation timestamp included in Snowflake
read-onlyinherited
discriminator String
The user's discriminator.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
id Snowflake
ID of entity as Snowflake
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
username String
The user's username.
read-only

Methods

avatarUrl({String format = 'webp', int? size}) String
The user's avatar, represented as URL. In case if user does not have avatar, default discord avatar will be returned; format, size and animated will no longer affectng this URL. If animated is set as true, if available, the url will be a gif, otherwise the format or fallback to "webp".
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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