DiscordChannelType

public enum DiscordChannelType : Int

Represents the type of a channel.

  • A text channel.

    Declaration

    Swift

    case text
  • A direct message channel.

    Declaration

    Swift

    case direct
  • A voice channel.

    Declaration

    Swift

    case voice
  • A GroupDM.

    Declaration

    Swift

    case groupDM
  • A Category.

    Declaration

    Swift

    case category