Connection

data class Connection(val id: String, val name: String, val type: String, val revoked: Boolean, val integrations: List<DiscordGuildIntegrations>, val verified: Boolean, val friendSync: Boolean, val showActivity: Boolean, val visibility: Int)(source)

Constructors

Link copied to clipboard
constructor(id: String, name: String, type: String, revoked: Boolean, integrations: List<DiscordGuildIntegrations>, verified: Boolean, friendSync: Boolean, showActivity: Boolean, visibility: Int)

Properties

Link copied to clipboard
@SerialName(value = "friend_sync")
val friendSync: Boolean
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "show_activity")
val showActivity: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard