UserGuild

public struct UserGuild

Similar to a Guild type, but provides bare minimal info

  • The icon Base64 string

    Declaration

    Swift

    public let icon: String?
  • id

    The guild ID

    Declaration

    Swift

    public let id: Snowflake
  • Whether or not the current user owns this guild

    Declaration

    Swift

    public let isOwner: Bool
  • The name of the guild

    Declaration

    Swift

    public let name: String
  • The permission number that the current user has in this guild

    Declaration

    Swift

    public let permissions: Int