MessageListRequest
class MessageListRequest(targetId: ID, msgId: ID? = null, pin: Boolean = false, flag: MessageListFlag? = null, pageSize: Int = -1) : KookGetRequest<KookApiResult.ListData<ChannelMessageDetails>>
Author
ForteScarlet
Constructors
Link copied to clipboard
fun MessageListRequest(targetId: ID, msgId: ID? = null, pin: Boolean = false, flag: MessageListFlag? = null, pageSize: Int = -1)
Types
Functions
Link copied to clipboard
@Api4J
通过 client 执行网络请求并尝试得到结果。
Link copied to clipboard
open suspend fun requestData(client: HttpClient, authorization: String, decoder: Json = DEFAULT_JSON): KookApiResult.ListData<ChannelMessageDetails>
通过 client 执行网络请求并尝试得到结果。
Link copied to clipboard
@Api4J
通过 client 执行网络请求并尝试得到结果。
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<out KookApiResult.ListData<ChannelMessageDetails>>
Link copied to clipboard