Sha256: 5d0ea978c11d1e09d1b5a0033cabc12f242355e184a4e55a79f3269032396b64
Contents?: true
Size: 311 Bytes
Versions: 8
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class File < Base attribute :file_id, Types::String attribute :file_unique_id, Types::String attribute? :file_size, Types::Integer attribute? :file_path, Types::String end end end end
Version data entries
8 entries across 8 versions & 1 rubygems