OnApplicationProcessed
Introduction
The group entry application has been approved by the group administrators or owner, only the applicant can received.
Returned template
OnApplicationProcessed = void Function(
string groupID,
V2TimGroupMemberInfo opUser,
Boolean isAgreeJoin,
string opReason
)
Return value details
| name | type | description |
|---|---|---|
| groupID | string | The group ID. |
| opUser | V2TimGroupMemberInfo | The handler. |
| isAgreeJoin | Boolean | Whether or not approved. |
| opReason | string | The reason for the operation. |