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

#include <v2_nim_def_struct.hpp>

类 v2::V2NIMChatroomNotificationAttachment 继承关系图:
v2::V2NIMMessageAttachment v2::V2NIMChatroomChatBannedNotificationAttachment v2::V2NIMChatroomMemberEnterNotificationAttachment v2::V2NIMChatroomMemberRoleUpdateAttachment v2::V2NIMChatroomMessageRevokeNotificationAttachment v2::V2NIMChatroomQueueNotificationAttachment

Public 成员函数

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

Public 属性

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}
 

构造及析构函数说明

◆ V2NIMChatroomNotificationAttachment()

v2::V2NIMChatroomNotificationAttachment::V2NIMChatroomNotificationAttachment ( )
inline

类成员变量说明

◆ chatroomMember

nstd::optional<V2NIMChatroomMember> v2::V2NIMChatroomNotificationAttachment::chatroomMember

◆ chatroomUpdateParams

nstd::optional<V2NIMChatroomUpdateParams> v2::V2NIMChatroomNotificationAttachment::chatroomUpdateParams

◆ notificationExtension

nstd::optional<nstd::string> v2::V2NIMChatroomNotificationAttachment::notificationExtension

扩展字段

◆ operatorId

nstd::string v2::V2NIMChatroomNotificationAttachment::operatorId

操作者

◆ operatorNick

nstd::string v2::V2NIMChatroomNotificationAttachment::operatorNick

操作者昵称

◆ tags

nstd::vector<nstd::string> v2::V2NIMChatroomNotificationAttachment::tags

更新后的标签

◆ targetIds

nstd::vector<nstd::string> v2::V2NIMChatroomNotificationAttachment::targetIds

被操作的成员账号列表

◆ targetNicks

nstd::vector<nstd::string> v2::V2NIMChatroomNotificationAttachment::targetNicks

被操作成员的昵称列表

◆ targetTag

nstd::optional<nstd::string> v2::V2NIMChatroomNotificationAttachment::targetTag

被操作的标签

◆ type

通知类型


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