OnReceiveJoinApplication
Introduction
The callback of new entry group application received event, triggered only for group owner and group administrators.
Returned template
OnReceiveJoinApplication = void Function(
string groupID,
V2TimGroupMemberInfo member,
string opReason
)
Return value details
| name | type | description |
|---|---|---|
| groupID | string | The group ID. |
| member | V2TimGroupMemberInfo | The ID of the applicant. |
| opReason | string | The reason for the application. |