Skip to content

group_detail_info_ver1

群聊更多信息。

注意到 group_list 表中信息与 group_detail_info_ver1 对应,不再单独分析。

列名类型含义说明
60001int群号
60007str群名称
60216protobuf最新一条置顶公告仅存贮外显部分内容*
60217protobuf群描述*
60026str群备注*
60002str群主 nt_uid
60004int建群时间
60005int群聊规模最大可容纳人数
60006int成员总人数
60218str群标签*
60224str入群问题*
60240protobuf群描述旧版 QQ 迁移数据
60241protobuf自定义群标签protobuf,群主/管理员设置的自定义标签列表,详见下表
60242protobuf群地理位置protobuf,群设置的地理位置信息,详见下表
60340int退群标志0=群成员,非 0=已不是群成员

* 表示不一定存在数据

60241 值解读(自定义群标签)

60241 为一段 protobuf,外层为可重复字段 60241,每个标签对应一个子结构:

Field Number类型含义说明
60001int群号
60121string设置者 nt_uid
60122string标签 ID
60123int设置时间戳
60127string标签内容标签的显示文字

60242 值解读(群地理位置)

60242 为一段 protobuf,字段如下:

Field Number类型含义说明
60131string设置者 nt_uid
60132int设置时间戳
60133int位置 ID
60134int经度实际经度 × 10⁶(存为整数)
60135int纬度实际纬度 × 10⁶(存为整数)
60136string位置名称