Sha256: 2303d8d3e73e26166fa1adb9f88adb8f2f4012152072871d2099fb0bdfd8fcc8

Contents?: true

Size: 585 Bytes

Versions: 20

Compression:

Stored size: 585 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultMpeg4Gif < Base
        attribute :type, String, default: 'mpeg4_gif'
        attribute :id, String
        attribute :mpeg4_url, String
        attribute :mpeg4_width, Integer
        attribute :mpeg4_height, Integer
        attribute :mpeg4_duration, Integer
        attribute :thumb_url, String
        attribute :title, String
        attribute :caption, String
        attribute :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 3 rubygems

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