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