ChannelType

public enum ChannelType: Int

Used to indicate the type of channel

  • dm

    This is a 1 on 1 DM with a user (DMChannel)

    Declaration

    Swift

    case dm
  • This is a Group DM Channel (GroupChannel)

    Declaration

    Swift

    case groupDM