getIndividualChats

fun getIndividualChats(onCompletion: (Either<List<Chat>, SippoResourceError>) -> Unit)

Fetches all individual chats related to this user.

Parameters

onCompletion

Callback that will be invoked when the request is completed. It will receive a list of individual chats in case of success or a SippoResourceError otherwise.