Sha256: 0b27c5b173b473c9b586f202c4ec6b23965a12f51b767a521e251586784ae8cc

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 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 :last_error_date, Integer
        attribute :last_error_message, String
        attribute :max_connections, Integer
        attribute :allowed_updates, [String]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.2 lib/telegram/bot/types/webhook_info.rb