getGroupChats

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

Fetches all group chats related to this user.

Parameters

onCompletion

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