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