Type

enum Type : Enum<Chat.Type>

채팅방의 종류

Entries

Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "open")
OPEN()

오픈채팅

Link copied to clipboard
@SerializedName(value = "regular")
REGULAR()

일반채팅

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int