Channel
class Channel(val channelId: String, val type: Chat.ChannelType, val owner: String, val channelName: String, val memberCount: Int, val maxMemberCount: Int, val regTime: String, val regTimeMillis: Long, val chatHistoryAllowed: Boolean)
채널 정보 조회 시 반환되는 객체
Object returned when retrieving channel information
Constructors
Properties
Functions
Link copied to clipboard
fun query(params: Chat.ChannelMessageListQueryParams, listener: Chat.ChannelMessageListQueryListener)
Link copied to clipboard
채널 메시지 자동 번역 설정 API
Channel message auto-translation settings API
Link copied to clipboard