All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.payneteasy.telegram.bot.client.http.SimpleHttpResponse Maven / Gradle / Ivy

The newest version!
package com.payneteasy.telegram.bot.client.http;

import lombok.Data;

@Data
public class SimpleHttpResponse {

    private final int    statusCode;
    private final String reasonPhrase;
    private final byte[] body;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy