diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
IntegrationApplication
Integration
Application
@
Serializable
data
class
IntegrationApplication
(
val
id
:
String
,
val
name
:
String
,
val
iconHash
:
String
?
,
val
description
:
String
,
val
summary
:
String
,
val
botUser
:
User
)
(
source
)
Members
Constructors
Integration
Application
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
iconHash
:
String
?
,
description
:
String
,
summary
:
String
,
botUser
:
User
)
Properties
bot
User
Link copied to clipboard
@
SerialName
(
value
=
"bot"
)
val
botUser
:
User
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
icon
Hash
Link copied to clipboard
@
SerialName
(
value
=
"icon"
)
val
iconHash
:
String
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
summary
Link copied to clipboard
@
SerialName
(
value
=
"summary"
)
val
summary
:
String