Uses of Class
com.greenapi.pkg.models.request.GetChatHistoryReq
Packages that use GetChatHistoryReq
-
Uses of GetChatHistoryReq in com.greenapi.pkg.api.methods
Methods in com.greenapi.pkg.api.methods with parameters of type GetChatHistoryReqModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ChatHistoryMessage>>GreenApiJournals.getChatHistory(GetChatHistoryReq getChatHistoryReq) The method returns the chat message history.