Class Util
java.lang.Object
io.github.natanimn.telebof.Util
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringescapeHtml(String text) static StringextractCommand(String text) static StringextractText(String text) static booleanstatic <T> ApiResponse<T> parseApiResponse(String json, Type type) parseUpdates(String json) 
- 
Constructor Details- 
Utilpublic Util()
 
- 
- 
Method Details- 
isCommand
- 
extractCommand
- 
extractText
- 
escapeHtml
- 
parseApiResponse
- 
parseUpdates
 
-