Sha256: bc411aae1e9ea0b5f399868d87cf7a773c6d3deb133a2c2318e4a07293f41b83

Contents?: true

Size: 472 Bytes

Versions: 5

Compression:

Stored size: 472 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedMpeg4Gif < Base
        attribute :type, String, default: 'mpeg4_gif'
        attribute :id, String
        attribute :mpeg4_file_id, 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_cached_mpeg4_gif.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rb