Sha256: eca1e62e2675d3b1207f196b467fe496b2412c9c6b5b8b5e8453d13714f11322
Contents?: true
Size: 465 Bytes
Versions: 5
Compression:
Stored size: 465 Bytes
Contents
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
5 entries across 5 versions & 1 rubygems