ChannelMessageList

data class ChannelMessageList @ApiResultType constructor(val items: List<ChannelMessageDetails> = emptyList())(source)

GetChannelMessageListApi 的响应体

Constructors

Link copied to clipboard
constructor(items: List<ChannelMessageDetails> = emptyList())

Properties

Link copied to clipboard