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

#include <v2_nim_def_struct.hpp>

Public 属性

nstd::string accountId
 好友账号
 
nstd::optional< nstd::stringalias
 好友备注
 
nstd::optional< nstd::stringserverExtension
 好友扩展字段
 
nstd::optional< nstd::stringcustomerExtension
 用户扩展字段
 
nstd::optional< uint64_t > createTime
 创建时间
 
nstd::optional< uint64_t > updateTime
 更新时间
 
V2NIMUser userProfile
 好友对应的用户信息
 
nstd::optional< uint32_t > flag
 
nstd::optional< uint32_t > beflag
 

类成员变量说明

◆ accountId

nstd::string v2::V2NIMFriend::accountId

好友账号

◆ alias

nstd::optional<nstd::string> v2::V2NIMFriend::alias

好友备注

◆ beflag

nstd::optional<uint32_t> v2::V2NIMFriend::beflag

◆ createTime

nstd::optional<uint64_t> v2::V2NIMFriend::createTime

创建时间

◆ customerExtension

nstd::optional<nstd::string> v2::V2NIMFriend::customerExtension

用户扩展字段

◆ flag

nstd::optional<uint32_t> v2::V2NIMFriend::flag

◆ serverExtension

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

好友扩展字段

◆ updateTime

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

更新时间

◆ userProfile

V2NIMUser v2::V2NIMFriend::userProfile

好友对应的用户信息


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