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

#include <v2_nim_def_struct.hpp>

Public 属性

nstd::optional< nstd::stringroomNick
 聊天室显示的昵称
 
nstd::optional< nstd::stringroomAvatar
 聊天室显示的头像
 
nstd::optional< nstd::stringserverExtension
 成员扩展字段
 
bool notificationEnabled {true}
 是否需要通知
 
nstd::string notificationExtension
 本次操作生成的通知中的扩展字段
 
bool persistence {false}
 更新信息持久化
 

类成员变量说明

◆ notificationEnabled

bool v2::V2NIMChatroomSelfMemberUpdateParams::notificationEnabled {true}

是否需要通知

◆ notificationExtension

nstd::string v2::V2NIMChatroomSelfMemberUpdateParams::notificationExtension

本次操作生成的通知中的扩展字段

◆ persistence

bool v2::V2NIMChatroomSelfMemberUpdateParams::persistence {false}

更新信息持久化

◆ roomAvatar

nstd::optional<nstd::string> v2::V2NIMChatroomSelfMemberUpdateParams::roomAvatar

聊天室显示的头像

◆ roomNick

nstd::optional<nstd::string> v2::V2NIMChatroomSelfMemberUpdateParams::roomNick

聊天室显示的昵称

◆ serverExtension

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

成员扩展字段


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