Sha256: 543e82e5398b12635f69490a29f503672aa6618f5a9c03614c063629e3cb264f
Contents?: true
Size: 461 Bytes
Versions: 10
Compression:
Stored size: 461 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class Video < Base attribute :file_id, String attribute :file_unique_id, String attribute :width, Integer attribute :height, Integer attribute :duration, Integer attribute :thumb, PhotoSize attribute :file_name, String attribute :mime_type, String attribute :file_size, Integer end end end end
Version data entries
10 entries across 10 versions & 2 rubygems