Current section

Files

Jump to
telega include telega@client_TelegramApiMultipartRequest.hrl
Raw

include/telega@client_TelegramApiMultipartRequest.hrl

-record(telegram_api_multipart_request, {
url :: binary(),
body :: bitstring(),
method :: binary(),
content_type :: binary()
}).