Sha256: 311e319ea98eea711a64c08e4f5d6a68933aab0a8162d0e9063cecd79557d945
Contents?: true
Size: 208 Bytes
Versions: 41
Compression:
Stored size: 208 Bytes
Contents
module Telegram module Bot module Types class File < Base attribute :file_id, String attribute :file_size, Integer attribute :file_path, String end end end end
Version data entries
41 entries across 41 versions & 3 rubygems