IInteractionSlashDataResolved class abstract

Implemented types

Constructors

IInteractionSlashDataResolved()

Properties

attachments Iterable<IAttachment>
Resolved IAttachment objects
read-only
channels Iterable<IPartialChannel>
Resolved IPartialChannels
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
members Iterable<IMember>
Resolved IMembers
read-onlyinherited
messages Iterable<IMessage>
Resolved IMessage objects
read-only
roles Iterable<IRole>
Resolved IRoles
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
users Iterable<IUser>
Resolved IUsers
read-onlyinherited

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