chatMembers

fun TalkApiClient.chatMembers(chatId: Long, friendsOnly: Boolean? = null, includeProfile: Boolean? = null, token: Long? = null, callback: (chatMembers: ChatMembers?, error: Throwable?) -> Unit)
fun RxTalkApiClient.chatMembers(chatId: Long, friendsOnly: Boolean? = null, includeProfile: Boolean? = null, token: Long? = null): Single<ChatMembers>

채팅방 멤버 가져오기
Retrieve list if chat members

Parameters

chatId

채팅방 ID
Chat ID

friendsOnly

카카오톡 친구 여부 필터링 설정
Whether to retrieve only friends

includeProfile

멤버 프로필 포함 여부
Whether to retrieve the profile

token

요청에 대한 토큰 정보
Token for the request