IResolvedSelectInteraction class abstract

Implemented types
Implementers

Constructors

IResolvedSelectInteraction()

Properties

channel Cacheable<Snowflake, ITextChannel>
The channel the command was sent in.
read-onlyinherited
client INyxx
Reference to bot instance.
read-onlyinherited
createdAt DateTime
Gets creation timestamp included in Snowflake
read-onlyinherited
customId String
Custom id of component interaction
read-onlyinherited
guild Cacheable<Snowflake, IGuild>?
The guild the command was sent in.
read-onlyinherited
guildLocale String?
The preferred locale of the guild this interaction was created in, if any.
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
id Snowflake
ID of entity as Snowflake
finalinherited
locale String?
The selected language of the invoking user
read-onlyinherited
memberAuthor IMember?
The member who sent the interaction
read-onlyinherited
memberAuthorPermissions IPermissions?
Permission of member who sent the interaction. Will be set if memberAuthor is not null
read-onlyinherited
message IMessage?
The message that the button was pressed on.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
token String
Token to send requests
read-onlyinherited
type int
The type of the interaction received.
read-onlyinherited
userAuthor IUser?
The user who sent the interaction.
read-onlyinherited
values Iterable<Snowflake>
Iterable of all ids selectionned.
read-only
version int
Version of interactions api
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 ==(dynamic other) bool
The equality operator.
inherited