NIM SDK API  9.0.0
Public Attributes | List of all members
nim::TeamEvent Struct Reference

群组事件通知 More...

#include <nim_team_helper.h>

Public Attributes

NIMResCode res_code_
 
NIMNotificationId notification_id_
 
std::string team_id_
 
std::list< std::string > ids_
 
std::list< std::string > invalid_ids_
 
std::list< UserNameCardnamecards_
 
TeamInfo team_info_
 
TeamMemberProperty member_property_
 
bool opt_
 
std::string attach_
 
nim_cpp_wrapper_util::Json::Value src_data_
 

Detailed Description

群组事件通知

Member Data Documentation

◆ attach_

std::string nim::TeamEvent::attach_

扩展字段,目前仅kick和invite事件可选

◆ ids_

std::list<std::string> nim::TeamEvent::ids_

通知可能涉及到的群成员ID

◆ invalid_ids_

std::list<std::string> nim::TeamEvent::invalid_ids_

通知可能涉及到的失效的群成员ID,比如邀请入群的成员的群数量超限导致当次邀请失败

◆ member_property_

TeamMemberProperty nim::TeamEvent::member_property_

群成员属性

◆ namecards_

std::list<UserNameCard> nim::TeamEvent::namecards_

通知可能涉及到的群成员的用户名片

◆ notification_id_

NIMNotificationId nim::TeamEvent::notification_id_

通知类型ID

◆ opt_

bool nim::TeamEvent::opt_

操作

◆ res_code_

NIMResCode nim::TeamEvent::res_code_

错误码

◆ src_data_

nim_cpp_wrapper_util::Json::Value nim::TeamEvent::src_data_

未解析过的原信息,目前仅支持群消息未读数相关事件

◆ team_id_

std::string nim::TeamEvent::team_id_

群组ID

◆ team_info_

TeamInfo nim::TeamEvent::team_info_

通知可能涉及到的群信息


The documentation for this struct was generated from the following file: