All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.json.response.Connection.kt Maven / Gradle / Ivy

package dev.kord.rest.json.response

import dev.kord.common.entity.DiscordGuildIntegrations
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
public data class Connection(
    val id: String,
    val name: String,
    val type: String,
    val revoked: Boolean,
    val integrations: List,
    val verified: Boolean,
    @SerialName("friend_sync")
    val friendSync: Boolean,
    @SerialName("show_activity")
    val showActivity: Boolean,
    val visibility: Int
)
//TODO add a visibility enum class




© 2015 - 2025 Weber Informatics LLC | Privacy Policy