class TelegramBot::HttpClient

Defined in:

telegram_bot/http_client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String) #

[View source]

Instance Method Detail

def post(method : String) #

[View source]
def post_form(method : String, params : Hash) #

[View source]
def post_multipart(method : String, params) #

[View source]