Type

enum Type : Enum<ChatMembers.Type>

채팅방 타입
Chatroom type

Entries

Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "MultiChat")
MULTI_CHAT()

그룹 일반 채팅방
Group regular chatroom

Link copied to clipboard
@SerializedName(value = "DirectChat")
DIRECT_CHAT()

1:1 일반 채팅방
1:1 regular chatroom

Properties

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