Sha256: 5dd86b348ac50467d7f0551da86a0c75abfbfecb585b038a32da353655a35d6b

Contents?: true

Size: 465 Bytes

Versions: 11

Compression:

Stored size: 465 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Animation < 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

11 entries across 11 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/animation.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/animation.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/animation.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/animation.rb