Sha256: dbd78d6d02a3b582c2fc12e630dc486f45578559831a169e5d3e2a98aa949c02

Contents?: true

Size: 326 Bytes

Versions: 7

Compression:

Stored size: 326 Bytes

Contents

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

7 entries across 7 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/video_note.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/video_note.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/video_note.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/video_note.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/video_note.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/video_note.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/video_note.rb