ChannelListRequest
class ChannelListRequest(guildId: ID, page: Int? = null, pageSize: Int? = null, type: Int? = null) : KookGetRequest<KookApiResult.ListData<ChannelInfo>>
request method: GET
Constructors
Types
Functions
Link copied to clipboard
@Api4J
通过 client 执行网络请求并尝试得到结果。
Link copied to clipboard
open suspend override fun requestData(client: HttpClient, authorization: String, decoder: Json): KookApiResult.ListData<ChannelInfo>
通过 client 执行网络请求并尝试得到结果。
Link copied to clipboard
@Api4J
通过 client 执行网络请求并尝试得到结果。
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<out KookApiResult.ListData<ChannelInfo>>
Link copied to clipboard