class TelegramBot::ResponseClient

Defined in:

telegram_bot/response_client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(response : HTTP::Server::Response) #

Instance Method Detail

def close #

def post(method : String) #

def post_form(method : String, params : Hash(String, String)) #

def post_multipart(method : String, multipart_body : HTTP::Client::MultipartBody) #