Invite class

Represents invite to guild.

Implementers

Properties

channel Cacheable<Snowflake, TextChannel>?
A mini channel object for the invite's channel.
latefinal
client INyxx
Reference to bot instance
final
code String
The invite's code.
latefinal
guild Cacheable<Snowflake, Guild>?
A mini guild object for the invite's guild.
latefinal
hashCode int
The hash code for this object.
no setterinherited
inviter User?
User who created this invite
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetUser Cacheable<Snowflake, User>?
The target user for this invite
latefinal
url String
Returns url to invite
no setter

Methods

delete({String? auditReason}) Future<void>
Deletes this Invite.
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