Current section

Files

Jump to
telega include telega@api_TelegramApiConfig.hrl
Raw

include/telega@api_TelegramApiConfig.hrl

-record(telegram_api_config, {
token :: binary(),
max_retry_attempts :: integer(),
tg_api_url :: binary()
}).