MessageAuthor class abstract

An author of a message.

Will normally be a User or a WebhookAuthor.

Implementers

Constructors

MessageAuthor()

Properties

avatar CdnAsset?
The avatar of this entity.
no setter
avatarHash String?
The avatar hash of this entity.
no setter
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
The ID of this entity.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
The username of this entity.
no setter

Methods

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 ==(Object other) bool
The equality operator.
inherited