Telegraph.Model.WebhookInfo (telegraph v0.8.3) View Source
Link to this section Summary
Link to this section Types
Specs
t() :: %Telegraph.Model.WebhookInfo{
allowed_updates: [binary()],
has_custom_certificate: boolean(),
last_error_date: non_neg_integer(),
last_error_message: binary(),
max_connections: non_neg_integer(),
pending_update_count: non_neg_integer(),
url: binary()
}