module Telegram module Bot module Types class ChatPhoto < Base attribute :small_file_id, String attribute :big_file_id, String end end end end