ExGram.Model.WebhookInfo (ex_gram v0.24.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.WebhookInfo{
  allowed_updates: [String.t()] | nil,
  has_custom_certificate: boolean(),
  ip_address: String.t() | nil,
  last_error_date: integer() | nil,
  last_error_message: String.t() | nil,
  max_connections: integer() | nil,
  pending_update_count: integer(),
  url: String.t()
}

Link to this section Functions