ConnectedEvent
constructor(@Json(name = "connection_id") connectionId: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "me") me: OwnUserResponse, @Json(name = "type") type: String = "connection.ok")
Parameters
connectionId
The connection_id for this client
createdAt
me
type
The type of event: \"connection.ok\" in this case