Sha256: bd66b90a23dea65f0efa284cee56b99dd2a372a26d22b08688596d24ef67729c

Contents?: true

Size: 286 Bytes

Versions: 24

Compression:

Stored size: 286 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Animation < Base
        attribute :file_id, String
        attribute :thumb, PhotoSize
        attribute :file_name, String
        attribute :mime_type, String
        attribute :file_size, Integer
      end
    end
  end
end

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/animation.rb
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/animation.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/animation.rb
telegram-bot-types-0.6.1 lib/telegram/bot/types/animation.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.8.5 lib/telegram/bot/types/animation.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.8.4 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.8.3 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.8.2 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.8.1 lib/telegram/bot/types/animation.rb
telegram-bot-types-0.4.1 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/animation.rb
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/animation.rb