class Telegram::Bot::Types::WebhookInfo
Attributes
allowed_updates[RW]
has_custom_certificate[RW]
last_error_date[RW]
last_error_message[RW]
max_connections[RW]
pending_update_count[RW]
url[RW]
Public Class Methods
new(attributes)
click to toggle source
# File lib/telegram/bot/types/webhook_info.rb, line 11 def initialize(attributes) attributes.each { |k, v| self.send("#{k}=", v) if self.respond_to? k } end