Interface TeamMember

Hierarchy

  • TeamMember

Properties

account: string

@Multi_Lang_Tag

Locale

cn 帐号

Locale

Locale

en Account

Locale

active: boolean

@Multi_Lang_Tag

Locale

cn 普通群拉人进来的时候, 被拉的人处于未激活状态, 未激活状态下看不到这个群, 当有人说话后自动转为激活状态, 能看到该群

Locale

Locale

en When a person is invited to a normal group, the status of the invited person is inactivated. For a person in this status, the group in invisible. When someone chats in the group, the status of the invited person automatically turns activated, and then the invited person can see the group.

Locale

bitConfigMask?: number

@Multi_Lang_Tag

Locale

cn 提醒策略

0 开启提醒 1 关闭消息提醒 2 只接受管理员的消息的提醒

Locale

Locale

en Notification strategy

0: enable notification 1: disable notification 2: only notify group members of messages sent from group admins

Locale

ext?: string

@Multi_Lang_Tag

Locale

cn 第三方扩展字段

Locale

Locale

en Third-party extension fields

Locale

id: string

@Multi_Lang_Tag

Locale

cn 群成员的 id 标识(teamId + account)

Locale

Locale

en The ID of the group member ( teamId + account)

Locale

joinTime: number

@Multi_Lang_Tag

Locale

cn 入群时间

Locale

Locale

en Joining time

Locale

mute?: boolean

@Multi_Lang_Tag

Locale

cn 是否被禁言

Locale

Locale

en Whether the member is muted

Locale

muteTeam?: boolean

Deprecated

Use bitConfigMask instead.

@Multi_Lang_Tag

Locale

cn 是否关闭此群的消息提醒, true表示关闭提醒, 但是SDK仍然会收到这个群的消息, SDK只是记录这个设置, 具体根据这个设置要执行的操作由第三方APP决定

Locale

Locale

en Whether to mute notifications of messages of this group; “true” means to mute; if muted, the SDK still receives messages of this group, the SDK just records this mute setting. So you should determine what the corresponding UI display should be like.

Locale

nickInTeam: string

@Multi_Lang_Tag

Locale

cn 在群里面的昵称

Locale

Locale

en Nickname in the group

Locale

teamId: string

@Multi_Lang_Tag

Locale

cn 群ID

Locale

Locale

en Group ID

Locale

type: TeamMemberType

@Multi_Lang_Tag

Locale

cn 群成员类型

'normal' (普通成员) 'owner' (群主) 'manager' (管理员)

Locale

Locale

en Group member type

'normal' (regular member) 'owner' (group owner) 'manager' (admin)

Locale

updateTime: number

@Multi_Lang_Tag

Locale

cn 更新时间

Locale

Locale

en Update time

Locale

valid: boolean

@Multi_Lang_Tag

Locale

cn 群成员是否有效

Locale

Locale

en Whether the group members are valid

Locale

Generated using TypeDoc