Sha256: 2d3f041c8716421f438ddc1734614f4c0a5d19c0d33036f858ba73b7eb1d07c1
Contents?: true
Size: 357 Bytes
Versions: 11
Compression:
Stored size: 357 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class VideoNote < Base attribute :file_id, String attribute :file_unique_id, String attribute :length, Integer attribute :duration, Integer attribute :thumb, PhotoSize attribute :file_size, Integer end end end end
Version data entries
11 entries across 11 versions & 2 rubygems