Sha256: d0cae399d0569941ed444b8fd612658e82fc5c75543113018987af4c0f0ccb95

Contents?: true

Size: 549 Bytes

Versions: 8

Compression:

Stored size: 549 Bytes

Contents

# frozen_string_literal: true

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 :last_synchronization_error_date, Integer
        attribute :max_connections, Integer
        attribute :allowed_updates, Array[String]
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/webhook_info.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/webhook_info.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/webhook_info.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/webhook_info.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/webhook_info.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/webhook_info.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/webhook_info.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/webhook_info.rb