Current section
Files
Jump to
Current section
Files
include/telega@model_SetWebhookParameters.hrl
-record(set_webhook_parameters, {
url :: binary(),
max_connections :: gleam@option:option(integer()),
ip_address :: gleam@option:option(binary()),
allowed_updates :: gleam@option:option(list(binary())),
drop_pending_updates :: gleam@option:option(boolean()),
secret_token :: gleam@option:option(binary())
}).