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

Link copied to clipboard
constructor(jsonObject: JSONObject)
constructor(channelId: String, type: Chat.ChannelType, owner: String, channelName: String, memberCount: Int, maxMemberCount: Int, regTime: String, regTimeMillis: Long, chatHistoryAllowed: Boolean)

Properties

Link copied to clipboard

channel id

Link copied to clipboard

channel name

Link copied to clipboard
Link copied to clipboard

maximum channel members

Link copied to clipboard

members joined

Link copied to clipboard

channel owner

Link copied to clipboard

channel creation timestamp (UTC+0, in the format yyyy-MM-dd'T'HH:mm:ss.SSSZ)

Link copied to clipboard

channel creation unix timestamp (milliseconds)

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

채널 메시지 자동 번역 설정 API
Channel message auto-translation settings API

Link copied to clipboard