Sha256: 30756eac3121e8171393b4447899f35af4805c0a78d43a27a92d6d20abad4714

Contents?: true

Size: 543 Bytes

Versions: 1

Compression:

Stored size: 543 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedDocument < Base
        attribute :type, String.default('document')
        attribute :id, String
        attribute :title, String
        attribute :document_file_id, String
        attribute :description, 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_document.rb