Sha256: 641be15fa7d3571a813981e0b016b9c9acb584c37aecb69734d84f3e17f4defb
Contents?: true
Size: 496 Bytes
Versions: 9
Compression:
Stored size: 496 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 :parse_mode, String attribute :reply_markup, InlineKeyboardMarkup attribute :input_message_content, InputMessageContent end end end end
Version data entries
9 entries across 9 versions & 2 rubygems