NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
v2::V2NIMTeamMember结构体 参考

#include <v2_nim_def_struct.hpp>

Public 属性

nstd::string teamId
 群组ID
 
V2NIMTeamType teamType {V2NIM_TEAM_TYPE_NORMAL}
 群组类型
 
nstd::string accountId
 群组成员账号
 
nstd::optional< V2NIMTeamMemberRolememberRole
 群组成员类型
 
nstd::optional< nstd::stringteamNick
 群组昵称
 
nstd::optional< nstd::stringserverExtension
 服务端扩展字段
 
nstd::optional< uint64_t > joinTime
 入群时间
 
nstd::optional< uint64_t > updateTime
 更新时间
 
nstd::optional< nstd::stringinvitorAccountId
 入群邀请人
 
nstd::optional< boolinTeam
 是否在群中
 
nstd::optional< boolchatBanned
 聊天是否被禁言
 
nstd::optional< uint64_t > bits
 

类成员变量说明

◆ accountId

nstd::string v2::V2NIMTeamMember::accountId

群组成员账号

◆ bits

nstd::optional<uint64_t> v2::V2NIMTeamMember::bits

◆ chatBanned

nstd::optional<bool> v2::V2NIMTeamMember::chatBanned

聊天是否被禁言

◆ inTeam

nstd::optional<bool> v2::V2NIMTeamMember::inTeam

是否在群中

◆ invitorAccountId

nstd::optional<nstd::string> v2::V2NIMTeamMember::invitorAccountId

入群邀请人

◆ joinTime

nstd::optional<uint64_t> v2::V2NIMTeamMember::joinTime

入群时间

◆ memberRole

nstd::optional<V2NIMTeamMemberRole> v2::V2NIMTeamMember::memberRole

群组成员类型

◆ serverExtension

nstd::optional<nstd::string> v2::V2NIMTeamMember::serverExtension

服务端扩展字段

◆ teamId

nstd::string v2::V2NIMTeamMember::teamId

群组ID

◆ teamNick

nstd::optional<nstd::string> v2::V2NIMTeamMember::teamNick

群组昵称

◆ teamType

V2NIMTeamType v2::V2NIMTeamMember::teamType {V2NIM_TEAM_TYPE_NORMAL}

群组类型

◆ updateTime

nstd::optional<uint64_t> v2::V2NIMTeamMember::updateTime

更新时间


该结构体的文档由以下文件生成: