Uses of Class
com.greenapi.client.pkg.models.request.MessageReq
Packages that use MessageReq
-
Uses of MessageReq in com.greenapi.client.pkg.api.methods
Methods in com.greenapi.client.pkg.api.methods with parameters of type MessageReqModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>GreenApiService.deleteMessage(MessageReq messageReq) The method deletes a message from a chat.org.springframework.http.ResponseEntity<byte[]>GreenApiReceiving.downloadFile(MessageReq messageReq) The method is aimed for downloading incoming and outgoing files.org.springframework.http.ResponseEntity<ChatMessage>GreenApiJournals.getMessage(MessageReq messageReq) The method returns the chat message.org.springframework.http.ResponseEntity<ReadChatResp>GreenApiMarking.readChat(MessageReq messageReq) The method is aimed for marking messages in a chat as read.