DiscordGroupDMChannel

public struct DiscordGroupDMChannel : DiscordTextChannel

Represents a direct message channel with a group of users.

  • id

    The snowflake id of the channel.

    Declaration

    Swift

    public let id: ChannelID
  • The users in this channel.

    Declaration

    Swift

    public let recipients: [DiscordUser]
  • Reference to the client.

    Declaration

    Swift

    public weak var client: DiscordClient?
  • The snowflake id of the last received message on this channel.

    Declaration

    Swift

    public var lastMessageId: MessageID
  • The name of this group dm.

    Declaration

    Swift

    public var name: String?