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