chatList

fun TalkApiClient.chatList(filters: List<ChatFilter>? = null, offset: Int? = null, limit: Int? = null, order: Order? = null, callback: (chats: Chats?, error: Throwable?) -> Unit)
fun RxTalkApiClient.chatList(filters: List<ChatFilter>? = null, offset: Int? = null, limit: Int? = null, order: Order? = null): Single<Chats>

채팅방 목록 가져오기
Retrieve list of chats

Parameters

filters

필터링 설정
Filtering options

offset

친구 목록 시작 지점
Start point of the friend list

limit

페이지당 결과 수
Number of results in a page

order

정렬 방식
Sorting method