InviteWithMetadata class

Inheritance

Properties

approximateMemberCount int?
The approximate count of members in the Guild this invite is for.
finalinherited
approximatePresenceCount int?
The approximate count of online members in the Guild this invite is for.
finalinherited
channel PartialChannel
The PartialChannel this invite is for.
finalinherited
code String
The invite's code. This is a unique identifier.
finalinherited
createdAt DateTime
When this invite was created.
final
expiresAt DateTime?
The expiration date of this invite.
finalinherited
guild PartialGuild?
The Guild this invite is for.
finalinherited
guildScheduledEvent ScheduledEvent?
The ScheduledEvent data, only included if InviteManager.fetch is called with guildScheduledEvent is set to a valid Snowflake.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
inviter User?
The User who created this invite.
finalinherited
isTemporary bool
Whether this invite only grants temporary membership.
final
maxAge Duration
The duration after which the invite expires.
final
maxUses int
The max number of times this invite can be used.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetApplication PartialApplication?
The PartialApplication to open for this voice channel embedded application invite.
finalinherited
targetType TargetType?
The TargetType for this voice channel invite.
finalinherited
targetUser User?
The User whose stream to display for this voice channel stream invite.
finalinherited
uses int
The number of times this invite has been used.
final

Methods

defaultToString() String
Same as toString, but only called when dart:mirrors is not available.
inherited
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