Sha256: fbf5f2e21dbd96a8b0456076deaa793b34e42d75294f6e0220d6d5f499053f17
Contents?: true
Size: 501 Bytes
Versions: 5
Compression:
Stored size: 501 Bytes
Contents
module Telegram module Bot module Types class WebhookInfo < Base attribute :url, String attribute :has_custom_certificate, Boolean attribute :pending_update_count, Integer attribute :ip_address, String attribute :last_error_date, Integer attribute :last_error_message, String attribute :max_connections, String attribute :max_connections, Integer attribute :allowed_updates, Array[String] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems