Sha256: 353feae8f0e85449b00638f17f03c2e3eb2b67e1f3336eeb0102f65731acd4aa

Contents?: true

Size: 412 Bytes

Versions: 12

Compression:

Stored size: 412 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InputMediaAnimation < Base
        attribute :type, String, default: 'animation'
        attribute :media, String
        attribute :thumb, String
        attribute :caption, String
        attribute :parse_mode, String
        attribute :width, Integer
        attribute :height, Integer
        attribute :duration, Integer
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/input_media_animation.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/input_media_animation.rb