toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-rest
/
dev.kord.rest.json.response
/
Connection
Connection
@
Serializable
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
)
Members
Constructors
Connection
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
friend
Sync
Link copied to clipboard
@
SerialName
(
value
=
"friend_sync"
)
val
friendSync
:
Boolean
id
Link copied to clipboard
val
id
:
String
integrations
Link copied to clipboard
val
integrations
:
List
<
DiscordGuildIntegrations
>
name
Link copied to clipboard
val
name
:
String
revoked
Link copied to clipboard
val
revoked
:
Boolean
show
Activity
Link copied to clipboard
@
SerialName
(
value
=
"show_activity"
)
val
showActivity
:
Boolean
type
Link copied to clipboard
val
type
:
String
verified
Link copied to clipboard
val
verified
:
Boolean
visibility
Link copied to clipboard
val
visibility
:
Int