Class BotUtils


  • public class BotUtils
    extends java.lang.Object
    stas 11/1/15.
    • Constructor Summary

      Constructors 
      Constructor Description
      BotUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Update parseUpdate​(java.io.Reader reader)  
      static Update parseUpdate​(java.lang.String update)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BotUtils

        public BotUtils()
    • Method Detail

      • parseUpdate

        public static Update parseUpdate​(java.lang.String update)
      • parseUpdate

        public static Update parseUpdate​(java.io.Reader reader)