Current section

Files

Jump to
telega include telega@error_TelegramApiError.hrl
Raw

include/telega@error_TelegramApiError.hrl

-record(telegram_api_error, {
error_code :: integer(),
description :: binary(),
parameters :: gleam@option:option(telega@model@types:response_parameters())
}).