Sha256: 9c31318122dde36c7932630df6efaaf60cc9f8e2f8230716d020b13687959e58
Contents?: true
Size: 318 Bytes
Versions: 11
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PhotoSize < Base attribute :file_id, String attribute :file_unique_id, String attribute :width, Integer attribute :height, Integer attribute :file_size, Integer end end end end
Version data entries
11 entries across 11 versions & 2 rubygems