Sha256: 57a3d681fbcd277d644808c220defc6286364317adb450eaa98a11dbe2a6ea00
Contents?: true
Size: 358 Bytes
Versions: 11
Compression:
Stored size: 358 Bytes
Contents
# frozen_string_literal: true 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
11 entries across 11 versions & 2 rubygems