BlockedUserEvent
constructor(@Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "type") type: String = "call.blocked_user", @Json(name = "user") user: UserResponse, @Json(name = "blocked_by_user") blockedByUser: UserResponse? = null)
Parameters
callCid
createdAt
type
The type of event: \"call.blocked_user\" in this case
user
blockedByUser