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

#include <v2_nim_def_struct.hpp>

类 v2::V2NIMMessageTeamNotificationAttachment 继承关系图:
v2::V2NIMMessageAttachment

Public 成员函数

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

Public 属性

V2NIMMessageNotificationType type {V2NIM_MESSAGE_NOTIFICATION_TYPE_TEAM_INVITE}
 通知类型
 
nstd::optional< nstd::stringserverExtension
 扩展字段
 
nstd::vector< nstd::stringtargetIds
 被操作者 ID 列表
 
bool chatBanned {false}
 群成员是否被禁言
 
nstd::optional< V2NIMUpdatedTeamInfoupdatedTeamInfo
 群信息更新字段,有相应字段信息,则表示对应字段被修改
 
- Public 属性 继承自 v2::V2NIMMessageAttachment
nstd::string raw
 附件内容
 
V2NIMMessageAttachmentType attachmentType {V2NIM_MESSAGE_ATTACHMENT_TYPE_UNIVERSAL}
 

构造及析构函数说明

◆ V2NIMMessageTeamNotificationAttachment()

v2::V2NIMMessageTeamNotificationAttachment::V2NIMMessageTeamNotificationAttachment ( )
inline

类成员变量说明

◆ chatBanned

bool v2::V2NIMMessageTeamNotificationAttachment::chatBanned {false}

群成员是否被禁言

◆ serverExtension

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

扩展字段

◆ targetIds

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

被操作者 ID 列表

◆ type

V2NIMMessageNotificationType v2::V2NIMMessageTeamNotificationAttachment::type {V2NIM_MESSAGE_NOTIFICATION_TYPE_TEAM_INVITE}

通知类型

◆ updatedTeamInfo

nstd::optional<V2NIMUpdatedTeamInfo> v2::V2NIMMessageTeamNotificationAttachment::updatedTeamInfo

群信息更新字段,有相应字段信息,则表示对应字段被修改


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