View Source Elixteg.Model.WebhookInfo (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.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()
}