ModifyGuild

public enum ModifyGuild

Modify guild options.

  • The snowflake id of the afk channel.

    Declaration

    Swift

    case afkChannelId(String)
  • The length of time before a user is sent to the afk channel.

    Declaration

    Swift

    case afkTimeout(Int)
  • A base64 encoded string of the guild icon.

    Declaration

    Swift

    case icon(String)
  • The name of the guild.

    Declaration

    Swift

    case name(String)
  • The snowflake id of the new guild owner.

    Declaration

    Swift

    case ownerId(String)
  • The region this guild is in.

    Declaration

    Swift

    case region(String)
  • The base64 encoded splash image for this guild.

    Declaration

    Swift

    case splash(String)
  • The required verification level of this guild.

    Declaration

    Swift

    case verificationLevel(Int)