Party.Group Member Overview

Party.Group Member Overview

资源表现形式

Group Member是Party的群组成员。用户在Party界面执行群组成员有关的操作成功后(比如,获取群成员列表),返回Group Member数据表示群成员的相关信息。

{
    "user": integer,
    "fullname": string,
    "first_name": string,
    "last_name": string,
    "status": string,
    "expertise": string,
    "timezone": string,
    "timezone_utc_offset": string,
    "location": string,
    "avatar": string
    "is_removed": false
}
Property nameValueDescriptionNotes
userinteger群成员 用户 ID
fullnamestring群成员 全名
first_namestring群成员 名字
last_namestring群成员 姓氏
statusenum群成员状态,通常是300表示正常
expertisestring群成员 专长名称
timezonestring群成员的当前所在时区

timezone_utc_offsetstring对应timezone字段的时区偏移量,比如timezone为Asia/Shanghai,那么该字段为“+08:00”
locationstring群成员的当前所在地点
avatarstring群成员 头像图片链接
is_removedboolean是否被移除(被群主踢出群组),该值只有群主可以查看,其他群成员查看该值总是显示为False

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code