UnflagUser

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

Deprecated

The backend no longer supports un-flagging. This call does nothing and will be removed in the next major version.

Event for flagging a user.

Parameters

userId

The ID of the user to un-flag.

Constructors

Link copied to clipboard
constructor(userId: String)

Properties

Link copied to clipboard