IInvite class abstract

Implementers

Constructors

IInvite()

Properties

channel Cacheable<Snowflake, ITextChannel>?
A mini channel object for the invite's channel.
no setter
client INyxx
Reference to bot instance
no setter
code String
The invite's code.
no setter
guild Cacheable<Snowflake, IGuild>?
A mini guild object for the invite's guild.
no setter
hashCode int
The hash code for this object.
no setterinherited
inviter IUser?
User who created this invite
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetUser Cacheable<Snowflake, IUser>?
The target user for this invite
no setter
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