get Individual Chats
fun getIndividualChats(onCompletion: (Either<List<Chat>, SippoResourceError>) -> Unit)
Content copied to clipboard
Fetches all individual chats related to this user.
Parameters
on Completion
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.