Get Channels Params
data class GetChannelsParams(val type: Chat.ChannelType? = null, val channelId: String? = null, val channelName: String? = null, val sort: Chat.SortType? = null, val pageOrder: String? = null, val pageSize: Int? = null, val pageNumber: Int? = null)
채널 정보 조회 객체
Channel information retrieval object
Constructors
Link copied to clipboard
constructor(type: Chat.ChannelType? = null, channelId: String? = null, channelName: String? = null, sort: Chat.SortType? = null, pageOrder: String? = null, pageSize: Int? = null, pageNumber: Int? = null)