OnReceiveJoinApplication
功能介绍
有新的加群请求(只有群主或管理员会收到)
返回模板
OnReceiveJoinApplication = void Function(
string groupID,
V2TimGroupMemberInfo member,
string opReason
)
返回值详解
| 名称 | 数值类型 | 描述 |
|---|---|---|
| groupID | string | 群 ID |
| member | V2TimGroupMemberInfo | 申请人 |
| opReason | string | 申请原因 |