All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.json.response.FollowedChannelResponse.kt Maven / Gradle / Ivy

The newest version!
package dev.kord.rest.json.response

import dev.kord.common.entity.Snowflake
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
public data class FollowedChannelResponse(
    @SerialName("channel_id")
    val channelId: Snowflake,
    @SerialName("webhook_id")
    val webhookId: Snowflake
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy