Sha256: 1a96f7cb012cf729a8ef8b9f7ac3130f146233153dac2cc9ea29b0a6c2e2fed5

Contents?: true

Size: 502 Bytes

Versions: 1

Compression:

Stored size: 502 Bytes

Contents

# frozen_string_literal: true

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

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/inline_query_result_cached_mpeg4_gif.rb