Class IntegerResponseBody

java.lang.Object
api.longpoll.bots.model.response.GenericResponseBody<Integer>
api.longpoll.bots.model.response.IntegerResponseBody

public class IntegerResponseBody extends GenericResponseBody<Integer>
Simple response object like:
 {
     response: 1
 }
 
  • Constructor Details

    • IntegerResponseBody

      public IntegerResponseBody()