kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-rest
/
dev.kord.rest.json.response
/
FollowedChannelResponse
Followed
Channel
Response
@
Serializable
data
class
FollowedChannelResponse
(
val
channelId
:
Snowflake
,
val
webhookId
:
Snowflake
)
(
source
)
Members
Constructors
Followed
Channel
Response
Link copied to clipboard
constructor
(
channelId
:
Snowflake
,
webhookId
:
Snowflake
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
Snowflake
webhook
Id
Link copied to clipboard
@
SerialName
(
value
=
"webhook_id"
)
val
webhookId
:
Snowflake