V2TimGroupApplication
Introduction
The group entry application.
Parameter introduction
groupID
Parameter type : String
Supported Platform: All
- Parameter description : The group ID.
fromUser
Parameter type : String
Supported Platform: All
- Parameter description : The ID of the applicant.
fromUserNickName
Parameter type : String
Supported Platform: All
- Parameter description : The nickName of the applicant.
fromUserFaceUrl
Parameter type : String
Supported Platform: All
- Parameter description : The avatar URL of the applicant.
toUser
Parameter type : String
Supported Platform: All
- Parameter description : The ID of the operator.
addTime
Parameter type : int
Supported Platform: All
- Parameter description : The application creation time.
requestMsg
Parameter type : String
Supported Platform: All
- Parameter description : The extra data associated with the application.
handledMsg
Parameter type : String
Supported Platform: All
- Parameter description : The result data of the process.
type
Parameter type : int
Supported Platform: All
- 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 : int
Supported Platform: All
- Parameter description : The handler status.
0: Not been processed.
1: Processed by others.
2: Processed by self.
handleResult
Parameter type : int
Supported Platform: All
- Parameter description : The result of the process.
0: Reject the application.
1: Approve the application.
toJson
Parameter type : Map< String, dynamic > toJson()
Supported Platform: All
- Parameter description : Get the result in Map.