BanUser
data class BanUser(val user: User, val reason: String? = null, val timeout: Int? = null) : MessageListViewModel.Event
When the user bans another user.
Parameters
user
The user to be blocked.
reason
The reason for banning the user.
timeout
The time until the user is automatically unbanned, expressed in minutes. A null value represent an indefinite ban.