Sha256: 30b77ca83154cfea07b5af7bd54b4343cd9c377d8ebce2e92a02b31656ebc277
Contents?: true
Size: 417 Bytes
Versions: 2
Compression:
Stored size: 417 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 :last_error_date, Integer attribute :last_error_message, String attribute :max_connections, Integer attribute :allowed_updates, [String] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.6.1 | lib/telegram/bot/types/webhook_info.rb |
telegram-bot-types-0.6.0 | lib/telegram/bot/types/webhook_info.rb |