Sha256: 4b31709dcd5ebdcde067145caa2adf111415a826c71800dc23f9b745f09f3d35
Contents?: true
Size: 245 Bytes
Versions: 57
Compression:
Stored size: 245 Bytes
Contents
module Telegram module Bot module Types class PhotoSize < Base attribute :file_id, String attribute :width, Integer attribute :height, Integer attribute :file_size, Integer end end end end
Version data entries
57 entries across 57 versions & 3 rubygems