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

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

There is a newer version: 0.15.0
Show newest version
package dev.kord.rest.json.response

import dev.kord.common.entity.ChannelType
import dev.kord.common.entity.DiscordChannel
import dev.kord.common.entity.DiscordThreadMember
import kotlinx.serialization.Serializable

@Serializable
public data class PartialChannelResponse(val name: String, val type: ChannelType)


@Serializable
public data class ListThreadsResponse(
    val threads: List,
    val members: List,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy