GetGroupHonorInfoResult
data class GetGroupHonorInfoResult @ApiResultConstructor constructor(val groupId: LongID, val currentTalkative: GetGroupHonorInfoResult.CurrentTalkative? = null, val talkativeList: List<GetGroupHonorInfoResult.HonorInfo>? = null, val performerList: List<GetGroupHonorInfoResult.HonorInfo>? = null, val legendList: List<GetGroupHonorInfoResult.HonorInfo>? = null, val strongNewbieList: List<GetGroupHonorInfoResult.HonorInfo>? = null, val emotionList: List<GetGroupHonorInfoResult.HonorInfo>? = null)(source)
GetGroupHonorInfoApi 的响应体。
Constructors
Link copied to clipboard
constructor(groupId: LongID, currentTalkative: GetGroupHonorInfoResult.CurrentTalkative? = null, talkativeList: List<GetGroupHonorInfoResult.HonorInfo>? = null, performerList: List<GetGroupHonorInfoResult.HonorInfo>? = null, legendList: List<GetGroupHonorInfoResult.HonorInfo>? = null, strongNewbieList: List<GetGroupHonorInfoResult.HonorInfo>? = null, emotionList: List<GetGroupHonorInfoResult.HonorInfo>? = null)
Types
Link copied to clipboard
data class CurrentTalkative(val userId: LongID, val nickname: String, val avatar: String = qqAvatar640(userId.literal), val dayCount: Int = 0)
当前龙王
Properties
Link copied to clipboard
当前龙王,仅 type
为 talkative
或 all
时有数据
Link copied to clipboard
快乐之源,仅 type
为 emotion
或 all
时有数据
Link copied to clipboard
群号
Link copied to clipboard
群聊炽焰,仅 type
为 legend
或 all
时有数据
Link copied to clipboard
群聊之火,仅 type
为 performer
或 all
时有数据
Link copied to clipboard
冒尖小春笋,仅 type
为 strong_newbie
或 all
时有数据
Link copied to clipboard
历史龙王,仅 type
为 talkative
或 all
时有数据