get All Chats
fun getAllChats(onCompletion: (Either<List<Chat>, SippoResourceError>) -> Unit)
Content copied to clipboard
Fetches both individual and group chats related to this user.
Parameters
on Completion
Callback that will be invoked when the request is completed. In case of error, it will emit a SippoResourceError.