Uses of Class
com.greenapi.pkg.models.response.SendMessageResp
Packages that use SendMessageResp
-
Uses of SendMessageResp in com.greenapi.pkg.api.methods
Methods in com.greenapi.pkg.api.methods that return types with arguments of type SendMessageRespModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SendMessageResp>GreenApiSending.sendButtons(OutgoingButtons buttons) The method is aimed for sending a button message to a personal or a group chat.org.springframework.http.ResponseEntity<SendMessageResp>GreenApiSending.sendContact(OutgoingContact contact) The method is aimed for sending a contact message.org.springframework.http.ResponseEntity<SendMessageResp>GreenApiSending.sendFileByUrl(OutgoingFileByUrl fileByUrl) The method is aimed for sending a file uploaded by Url.org.springframework.http.ResponseEntity<SendMessageResp>GreenApiSending.sendListMessage(OutgoingListMessage dto) TThe method is aimed for sending a message with a select button from a list of values to a personal or a group chat.org.springframework.http.ResponseEntity<SendMessageResp>GreenApiSending.sendLocation(OutgoingLocation location) The method is aimed for sending location message https://greenapi.com/en/docs/api/sending/SendLocation/org.springframework.http.ResponseEntity<SendMessageResp>GreenApiSending.sendMessage(OutgoingMessage message) The method is aimed for sending a text message to a personal or a group chat.org.springframework.http.ResponseEntity<SendMessageResp>GreenApiSending.sendTemplateButtons(OutgoingTemplateButtons buttons) The method is aimed for sending a message with template list interactive buttons to a personal or a group chat.