Sha256: 505b4aee1c53a8bfd58c648bb83d5b4a63245dde55fe69f1e2331f87e2573cf7
Contents?: true
Size: 398 Bytes
Versions: 5
Compression:
Stored size: 398 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? :thumbnail, PhotoSize attribute? :file_size, Types::Integer end end end end
Version data entries
5 entries across 5 versions & 1 rubygems