Sha256: 124b2213dc181acfe811315d4361b76fbc2c23d4178e53c04304b77b48246169
Contents?: true
Size: 284 Bytes
Versions: 19
Compression:
Stored size: 284 Bytes
Contents
module Telegram module Bot module Types class VideoNote < Base attribute :file_id, String attribute :length, Integer attribute :duration, Integer attribute :thumb, PhotoSize attribute :file_size, Integer end end end end
Version data entries
19 entries across 19 versions & 3 rubygems