BlockUser

data class BlockUser(val userId: String) : MessageListViewModel.Event

Block a user.

Parameters

userId

the id of the user that is blocked.

Constructors

Link copied to clipboard
constructor(userId: String)

Properties

Link copied to clipboard