Sha256: cae33dd99fe3c80643bd400427225ad91bf23abcf3340ae3f4abc2c6897ec94d
Contents?: true
Size: 495 Bytes
Versions: 1
Compression:
Stored size: 495 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/inline_query_result_cached_voice.rb |