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