PickerChatType

enum PickerChatType : Enum<PickerChatType>

선택한 채팅방의 종류

Entries

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