Current section

Files

Jump to
telega include telega@model@types_SetWebhookParameters.hrl
Raw

include/telega@model@types_SetWebhookParameters.hrl

-record(set_webhook_parameters, {
url :: binary(),
certificate :: gleam@option:option(telega@model@types:file()),
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())
}).