class TelegramBot::InlineQueryResultCachedVoice

Defined in:

telegram_bot/types/inline/inline_query_result_cached_voice.cr

Constant Summary

FIELDS = {type: {type: String, mustbe: "voice"}, id: String, voice_file_id: String, title: String, reply_markup: {type: InlineKeyboardMarkup, nilable: true}, input_message_content: {type: InputMessageContent, nilable: true}}

Constructors

Constructor Detail

def self.new(id : String, voice_file_id : String, title : String, reply_markup : InlineKeyboardMarkup | Nil = nil, input_message_content : InputMessageContent | Nil = nil) #

[View source]