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

#include <v2_nim_def_struct.hpp>

类 v2::V2NIMChatroomMemberRoleUpdateAttachment 继承关系图:
v2::V2NIMChatroomNotificationAttachment v2::V2NIMMessageAttachment

Public 成员函数

 V2NIMChatroomMemberRoleUpdateAttachment ()
 
- Public 成员函数 继承自 v2::V2NIMChatroomNotificationAttachment
 V2NIMChatroomNotificationAttachment ()
 
- Public 成员函数 继承自 v2::V2NIMMessageAttachment
virtual ~V2NIMMessageAttachment ()=default
 

Public 属性

V2NIMChatroomMemberRole previousRole {V2NIM_CHATROOM_MEMBER_ROLE_NORMAL}
 之前的角色类型
 
V2NIMChatroomMember currentMember
 当前的成员信息
 
- Public 属性 继承自 v2::V2NIMChatroomNotificationAttachment
V2NIMChatroomMessageNotificationType type {V2NIM_CHATROOM_MESSAGE_NOTIFICATION_TYPE_MEMBER_ENTER}
 通知类型
 
nstd::vector< nstd::stringtargetIds
 被操作的成员账号列表
 
nstd::vector< nstd::stringtargetNicks
 被操作成员的昵称列表
 
nstd::optional< nstd::stringtargetTag
 被操作的标签
 
nstd::string operatorId
 操作者
 
nstd::string operatorNick
 操作者昵称
 
nstd::optional< nstd::stringnotificationExtension
 扩展字段
 
nstd::vector< nstd::stringtags
 更新后的标签
 
nstd::optional< V2NIMChatroomUpdateParamschatroomUpdateParams
 
nstd::optional< V2NIMChatroomMemberchatroomMember
 
- Public 属性 继承自 v2::V2NIMMessageAttachment
nstd::string raw
 附件内容
 
V2NIMMessageAttachmentType attachmentType {V2NIM_MESSAGE_ATTACHMENT_TYPE_UNIVERSAL}
 

构造及析构函数说明

◆ V2NIMChatroomMemberRoleUpdateAttachment()

v2::V2NIMChatroomMemberRoleUpdateAttachment::V2NIMChatroomMemberRoleUpdateAttachment ( )
inline

类成员变量说明

◆ currentMember

V2NIMChatroomMember v2::V2NIMChatroomMemberRoleUpdateAttachment::currentMember

当前的成员信息

◆ previousRole

V2NIMChatroomMemberRole v2::V2NIMChatroomMemberRoleUpdateAttachment::previousRole {V2NIM_CHATROOM_MEMBER_ROLE_NORMAL}

之前的角色类型


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