DiscordInvite
public struct DiscordInvite
Represents a generic invite object.
-
The invite code.
Declaration
Swift
public let code: String -
The guild this invite is for.
Declaration
Swift
public let guild: DiscordInviteGuild -
The channel this invite is for.
Declaration
Swift
public let channel: DiscordInviteChannel
DiscordInvite Structure Reference