V2TimGroupApplication
Introduction
The group entry application.
Parameter introduction
groupID
- Parameter type : string
- Parameter description : The group ID.
fromUser
- Parameter type : string
- Parameter description : The ID of the applicant.
fromUserNickName
- Parameter type : string
- Parameter description : The nickName of the applicant.
fromUserFaceUrl
- Parameter type : string
- Parameter description : The avatar URL of the applicant.
toUser
- Parameter type : string
- Parameter description : The ID of the operator.
addTime
- Parameter type : number
- Parameter description : The application creation time.
requestMsg
- Parameter type : string
- Parameter description : The extra data associated with the application.
handledMsg
- Parameter type : string
- Parameter description : The result data of the process.
type
- Parameter type : typeƒ
- Parameter description : The type of the application.
0: Apply to enter the group by the user.
1: The user is invited to the group.
handleStatus
- Parameter type : number
- Parameter description : The handler status.
0: Not been processed.
1: Processed by others.
2: Processed by self.
handleResult
- Parameter type : number
- Parameter description : The result of the process.
0: Reject the application.
1: Approve the application.