Sha256: 6103144af89e91a9a9e656f6c5dd16629c41dbe3e1bfc35b3778cfa733a753d3

Contents?: true

Size: 542 Bytes

Versions: 14

Compression:

Stored size: 542 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 :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

14 entries across 14 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-types-0.3.0 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.5.3 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.5.2 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.5.1 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.5.0 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.5.0.beta4 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.5.0.beta3 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.5.0.beta2 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.5.0.beta1 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb