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

#include <nim_qchat_member_def.h>

Public 属性

uint64_t server_id
 server id
 
uint64_t channel_id
 channel id
 
char * accid
 用户accid
 
char * nick
 昵称
 
char * avatar
 头像url
 
char * custom
 自定义字段
 
uint32_t type
 用户类型,0:普通用户 1:所有者
 
uint64_t join_time
 加入时间
 
char * inviter
 邀请人
 
bool valid_flag
 有效标记,false:无效 true:有效
 
uint64_t create_time
 创建时间
 
uint64_t update_time
 更新时间
 

类成员变量说明

◆ accid

char* NIMQChatMemberInfo::accid

用户accid

◆ avatar

char* NIMQChatMemberInfo::avatar

头像url

◆ channel_id

uint64_t NIMQChatMemberInfo::channel_id

channel id

◆ create_time

uint64_t NIMQChatMemberInfo::create_time

创建时间

◆ custom

char* NIMQChatMemberInfo::custom

自定义字段

◆ inviter

char* NIMQChatMemberInfo::inviter

邀请人

◆ join_time

uint64_t NIMQChatMemberInfo::join_time

加入时间

◆ nick

char* NIMQChatMemberInfo::nick

昵称

◆ server_id

uint64_t NIMQChatMemberInfo::server_id

server id

◆ type

uint32_t NIMQChatMemberInfo::type

用户类型,0:普通用户 1:所有者

◆ update_time

uint64_t NIMQChatMemberInfo::update_time

更新时间

◆ valid_flag

bool NIMQChatMemberInfo::valid_flag

有效标记,false:无效 true:有效


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