ex_gram v0.8.0 ExGram.Model.WebhookInfo View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

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