Uses of Class
com.greenapi.client.pkg.models.request.ChangeParticipantReq
Packages that use ChangeParticipantReq
-
Uses of ChangeParticipantReq in com.greenapi.client.pkg.api.methods
Methods in com.greenapi.client.pkg.api.methods with parameters of type ChangeParticipantReqModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AddGroupParticipantResp>GreenApiGroups.addGroupParticipant(ChangeParticipantReq dto) The method adds a participant to a group chat.org.springframework.http.ResponseEntity<RemoveGroupAdminResp>GreenApiGroups.removeGroupAdmin(ChangeParticipantReq dto) The method removes a participant from group chat administration rights.org.springframework.http.ResponseEntity<RemoveGroupParticipantResp>GreenApiGroups.removeGroupParticipant(ChangeParticipantReq dto) The method removes a participant from a group chat.org.springframework.http.ResponseEntity<SetGroupAdminResp>GreenApiGroups.setGroupAdmin(ChangeParticipantReq dto) The method sets a group chat participant as an administrator.