IInvite class abstract

Implementers

Constructors

IInvite()

Properties

channel Cacheable<Snowflake, ITextChannel>?
A mini channel object for the invite's channel.
read-only
client INyxx
Reference to bot instance
read-only
code String
The invite's code.
read-only
guild Cacheable<Snowflake, IGuild>?
A mini guild object for the invite's guild.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
inviter IUser?
User who created this invite
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
targetUser Cacheable<Snowflake, IUser>?
The target user for this invite
read-only
url String
Returns url to invite
read-only

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