IPartialPresence class abstract

Constructors

IPartialPresence()

Properties

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

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