ApiPermissionDemand
data class ApiPermissionDemand(val guildId: String, val channelId: String, val apiIdentify: ApiPermissionDemandIdentify, val title: String, val desc: String)(source)
Constructors
Link copied to clipboard
constructor(guildId: String, channelId: String, apiIdentify: ApiPermissionDemandIdentify, title: String, desc: String)