Sha256: d35f6864b382936bcf255937cc8fdb16e33eed01d0c5936732ea058bc612cb63

Contents?: true

Size: 666 Bytes

Versions: 5

Compression:

Stored size: 666 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 :thumb_mime_type, String
        attribute :title, String
        attribute :caption, String
        attribute :parse_mode, String
        attribute :reply_markup, InlineKeyboardMarkup
        attribute :input_message_content, InputMessageContent
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_mpeg4_gif.rb