Current section

Files

Jump to
telega include telega@client_TelegramApiGetRequest.hrl
Raw

include/telega@client_TelegramApiGetRequest.hrl

-record(telegram_api_get_request, {
url :: binary(),
'query' :: gleam@option:option(list({binary(), binary()})),
method :: binary()
}).