UserWithAction

class UserWithAction(val user: UserWithPubKey, val action: String)

Contains the user with their status change action.

Constructors

Link copied to clipboard
constructor(user: UserWithPubKey, action: String)

Properties

Link copied to clipboard

User status change action

Link copied to clipboard