Interface EntityParser


  • public interface EntityParser
    Parses an Entity.
    • Method Detail

      • parse

        Entity parse​(String input)
        Returns a new Entity that holds the parses telegram.
        Parameters:
        input - the String to be parsed
        Returns:
        the parsed Entity