Sha256: c52d1c1da783f1212640197edc9d6eef3f736fc932871656343af21758531d6d
Contents?: true
Size: 327 Bytes
Versions: 7
Compression:
Stored size: 327 Bytes
Contents
module Telegram module Bot module Types class Document < Base attribute :file_id, String attribute :file_unique_id, String attribute :thumb, PhotoSize attribute :file_name, String attribute :mime_type, String attribute :file_size, Integer end end end end
Version data entries
7 entries across 7 versions & 1 rubygems