class TelegramBot::HttpClient

Defined in:

telegram_bot/http_client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String) #

Instance Method Detail

def close #

def post(method : String) #

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

def post_multipart(method : String, params) #