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

群组事件通知 More...

#include <nim_super_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_
 
SuperTeamInfo team_info_
 
SuperTeamMemberProperty member_property_
 
bool opt_
 
std::string attach_
 
nim_cpp_wrapper_util::Json::Value src_data_
 

Detailed Description

群组事件通知

Member Data Documentation

◆ attach_

std::string nim::SuperTeamEvent::attach_

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

◆ ids_

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

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

◆ invalid_ids_

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

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

◆ member_property_

SuperTeamMemberProperty nim::SuperTeamEvent::member_property_

群成员属性

◆ namecards_

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

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

◆ notification_id_

NIMNotificationId nim::SuperTeamEvent::notification_id_

通知类型ID

◆ opt_

bool nim::SuperTeamEvent::opt_

操作

◆ res_code_

NIMResCode nim::SuperTeamEvent::res_code_

错误码

◆ src_data_

nim_cpp_wrapper_util::Json::Value nim::SuperTeamEvent::src_data_

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

◆ team_id_

std::string nim::SuperTeamEvent::team_id_

群组ID

◆ team_info_

SuperTeamInfo nim::SuperTeamEvent::team_info_

通知可能涉及到的群信息


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