-
- All Implemented Interfaces:
public final class GroupInfoData这里提供了一个API用于获取群图片, group_id 为群号 https://p.qlogo.cn/gh/{group_id}/{group_id}/100
-
-
Field Summary
Fields Modifier and Type Field Description private final LonggroupIdprivate final StringgroupNameprivate final StringgroupMemoprivate final LonggroupCreateTimeprivate final LonggroupLevelprivate final IntegermemberCountprivate final IntegermaxMemberCount
-
Method Summary
Modifier and Type Method Description final LonggetGroupId()群号 final StringgetGroupName()群名称 final StringgetGroupMemo()群备注 final LonggetGroupCreateTime()群创建时间 final LonggetGroupLevel()群等级 final IntegergetMemberCount()成员数 final IntegergetMaxMemberCount()最大成员数(群容量) -
-
Method Detail
-
getGroupId
final Long getGroupId()
群号
-
getGroupName
final String getGroupName()
群名称
-
getGroupMemo
final String getGroupMemo()
群备注
-
getGroupCreateTime
final Long getGroupCreateTime()
群创建时间
-
getGroupLevel
final Long getGroupLevel()
群等级
-
getMemberCount
final Integer getMemberCount()
成员数
-
getMaxMemberCount
final Integer getMaxMemberCount()
最大成员数(群容量)
-
-
-
-