UserBlock

data class UserBlock(val blockedBy: String, val userId: String, val blockedAt: Date)

Represents a user block.

Parameters

blockedBy

who is the initiator of the block (usually will contain the ID of the current user)

userId

the ID of the blocked user.

blockedAt

when the action happened

Constructors

Link copied to clipboard
constructor(blockedBy: String, userId: String, blockedAt: Date)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard