Current section

Files

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

include/telega@model@types_WebhookInfo.hrl

-record(webhook_info, {
url :: binary(),
has_custom_certificate :: boolean(),
pending_update_count :: integer(),
ip_address :: gleam@option:option(binary()),
last_error_date :: gleam@option:option(integer()),
last_error_message :: gleam@option:option(binary()),
last_synchronization_error_date :: gleam@option:option(integer()),
max_connections :: gleam@option:option(integer()),
allowed_updates :: gleam@option:option(list(binary()))
}).