Sha256: 1c76962d251f8e058576421f8fc2bbb03052fe09d0831a2f2fca6e8300284265

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class InlineQueryResultCachedVoice < Base
        attribute :type, String, default: 'voice'
        attribute :id, String
        attribute :voice_file_id, String
        attribute :title, String
        attribute :caption, 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.6.2 lib/telegram/bot/types/inline_query_result_cached_voice.rb