UserUnbannedEvent
constructor(@Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "custom") custom: Map<String, Any?> = emptyMap(), @Json(name = "user") user: UserResponseCommonFields, @Json(name = "type") type: String, @Json(name = "channel_id") channelId: String? = null, @Json(name = "channel_member_count") channelMemberCount: Int? = null, @Json(name = "channel_message_count") channelMessageCount: Int? = null, @Json(name = "channel_type") channelType: String? = null, @Json(name = "cid") cid: String? = null, @Json(name = "received_at") receivedAt: OffsetDateTime? = null, @Json(name = "shadow") shadow: Boolean? = null, @Json(name = "team") team: String? = null, @Json(name = "channel_custom") channelCustom: Map<String, Any?>? = emptyMap(), @Json(name = "created_by") createdBy: UserResponseCommonFields? = null)