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

#include <v2_nim_def_struct.hpp>

Public 属性

V2NIMTeamJoinActionType actionType {V2NIM_TEAM_JOIN_ACTION_TYPE_APPLICATION}
 入群操作类型
 
nstd::string teamId
 群组ID
 
V2NIMTeamType teamType {V2NIM_TEAM_TYPE_NORMAL}
 群组类型
 
nstd::string operatorAccountId
 申请者账号
 
nstd::optional< nstd::stringpostscript
 申请入群的附言
 
uint64_t timestamp {0}
 申请时间
 
V2NIMTeamJoinActionStatus actionStatus {V2NIM_TEAM_JOIN_ACTION_STATUS_INIT}
 操作状态
 

类成员变量说明

◆ actionStatus

V2NIMTeamJoinActionStatus v2::V2NIMTeamJoinActionInfo::actionStatus {V2NIM_TEAM_JOIN_ACTION_STATUS_INIT}

操作状态

◆ actionType

V2NIMTeamJoinActionType v2::V2NIMTeamJoinActionInfo::actionType {V2NIM_TEAM_JOIN_ACTION_TYPE_APPLICATION}

入群操作类型

◆ operatorAccountId

nstd::string v2::V2NIMTeamJoinActionInfo::operatorAccountId

申请者账号

◆ postscript

nstd::optional<nstd::string> v2::V2NIMTeamJoinActionInfo::postscript

申请入群的附言

◆ teamId

nstd::string v2::V2NIMTeamJoinActionInfo::teamId

群组ID

◆ teamType

V2NIMTeamType v2::V2NIMTeamJoinActionInfo::teamType {V2NIM_TEAM_TYPE_NORMAL}

群组类型

◆ timestamp

uint64_t v2::V2NIMTeamJoinActionInfo::timestamp {0}

申请时间


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