RoomType

public enum RoomType : String

Undocumented

  • Undocumented

    Declaration

    Swift

    case single = "single"
  • Undocumented

    Declaration

    Swift

    case group = "group"
  • Undocumented

    Declaration

    Swift

    case channel = "public_channel"