GuildCreateChannel

public enum GuildCreateChannel

Guild create channel options.

  • The bitrate of a voice channel.

    Declaration

    Swift

    case bitrate(Int)
  • The name of the channel.

    Declaration

    Swift

    case name(String)
  • The user limit for a voice channel

    Declaration

    Swift

    case userLimit(Int)