FollowedChannelResponse

data class FollowedChannelResponse(val channelId: Snowflake, val webhookId: Snowflake)(source)

Constructors

Link copied to clipboard
constructor(channelId: Snowflake, webhookId: Snowflake)

Properties

Link copied to clipboard
@SerialName(value = "channel_id")
val channelId: Snowflake
Link copied to clipboard
@SerialName(value = "webhook_id")
val webhookId: Snowflake