chat Members
fun TalkApiClient.chatMembers(chatId: Long, friendsOnly: Boolean? = null, includeProfile: Boolean? = null, token: Long? = null, callback: (chatMembers: ChatMembers?, error: Throwable?) -> Unit)
Content copied to clipboard
fun RxTalkApiClient.chatMembers(chatId: Long, friendsOnly: Boolean? = null, includeProfile: Boolean? = null, token: Long? = null): Single<ChatMembers>
Content copied to clipboard
채팅방 멤버 가져오기
Retrieve list if chat members
Parameters
chat Id
채팅방 ID
Chat ID
friends Only
카카오톡 친구 여부 필터링 설정
Whether to retrieve only friends
include Profile
멤버 프로필 포함 여부
Whether to retrieve the profile
token
요청에 대한 토큰 정보
Token for the request