class Telegram::Bot::Types::ChatPhoto

Attributes

big_file_id[RW]
small_file_id[RW]

Public Class Methods

new(attributes) click to toggle source
# File lib/telegram/bot/types/chat_photo.rb, line 6
def initialize(attributes)
  attributes.each { |k, v| self.send("#{k}=", v) if self.respond_to? k }
end