Class GetUpdates

    • Constructor Detail

      • GetUpdates

        public GetUpdates​(java.util.function.Consumer<Update[]> callback,
                          java.util.function.Consumer<TelegramException> errorHandler,
                          int offset,
                          int limit,
                          int timeout,
                          java.util.List<UpdateType> allowedUpdates)
    • Method Detail

      • getOffset

        public int getOffset()
      • getLimit

        public int getLimit()
      • getTimeout

        public int getTimeout()
      • getAllowedUpdates

        public java.util.List<UpdateType> getAllowedUpdates()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object