DiscordParty

public struct DiscordParty

Represents the party status.

  • id

    The id of the party.

    Declaration

    Swift

    public let id: String
  • The sizes of the party. Array of two elements, first is the current, second is the max size of the party.

    Declaration

    Swift

    public let sizes: [Int]?