Sha256: 99a753759fa13c1ea03b03df7cef5a3f6cf7301d1a9b985e1640fc44c4f896d5
Contents?: true
Size: 250 Bytes
Versions: 7
Compression:
Stored size: 250 Bytes
Contents
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
7 entries across 7 versions & 1 rubygems