NIM PC Cross Platform SDK
|
群组事件通知 More...
#include <nim_team_helper.h>
Public Attributes | |
NIMResCode | res_code_ |
错误码 | |
NIMNotificationId | notification_id_ |
通知类型ID | |
std::string | team_id_ |
群组ID | |
std::list< std::string > | ids_ |
通知可能涉及到的群成员ID | |
std::list< std::string > | invalid_ids_ |
通知可能涉及到的失效的群成员ID,比如邀请入群的成员的群数量超限导致当次邀请失败 | |
std::list< UserNameCard > | namecards_ |
通知可能涉及到的群成员的用户名片 | |
TeamInfo | team_info_ |
通知可能涉及到的群信息 | |
TeamMemberProperty | member_property_ |
群成员属性 | |
bool | opt_ |
操作 | |
std::string | attach_ |
扩展字段,目前仅kick和invite事件可选 | |
nim_cpp_wrapper_util::Json::Value | src_data_ |
未解析过的原信息,目前仅支持群消息未读数相关事件 | |
群组事件通知