DiscordInviteChannel
public struct DiscordInviteChannel
Represents an invite to a channel.
-
The snowflake id of the channel this invite is for.
Declaration
Swift
public let id: ChannelID -
The name of the channel this invite is for.
Declaration
Swift
public let name: String -
The type of channel this invite is for.
Declaration
Swift
public let type: DiscordChannelType
DiscordInviteChannel Structure Reference