UserUnbannedEvent
constructor(@Json(name = "channel_id") channelId: String, @Json(name = "channel_type") channelType: String, @Json(name = "cid") cid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "shadow") shadow: Boolean, @Json(name = "type") type: String = "user.unbanned", @Json(name = "team") team: String? = null, @Json(name = "user") user: UserObject? = null)
Parameters
channelId
channelType
cid
createdAt
shadow
type
team
user