IPartialPresence class abstract

Constructors

IPartialPresence()

Properties

activities List<IActivity?>
The activities of the user
no setter
client INyxx
Reference to INyxx
no setter
clientStatus IClientStatus?
The status of the user indicating the platform they are on.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status UserStatus?
The status of the user eg. online, idle, dnd, invisible, offline
no setter
user Cacheable<Snowflake, IUser>?
The IPartialPresence's IUser
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