Uses of Class
com.greenapi.client.pkg.models.response.ChatMessage
Packages that use ChatMessage
-
Uses of ChatMessage in com.greenapi.client.pkg.api.methods
Methods in com.greenapi.client.pkg.api.methods that return types with arguments of type ChatMessageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ChatMessage>GreenApiJournals.getMessage(MessageReq messageReq) The method returns the chat message.org.springframework.http.ResponseEntity<List<ChatMessage>>GreenApiJournals.lastIncomingMessages(Integer minutes) The method returns the last incoming messages of the account.org.springframework.http.ResponseEntity<List<ChatMessage>>GreenApiJournals.lastOutgoingMessages(Integer minutes) The method returns the last outgoing messages of the account.