class TelegramBot::InlineQueryResultCachedAudio

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_result_cached_audio.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, audio_file_id : String, *, reply_markup : Nil | TelegramBot::InlineKeyboardMarkup = nil, input_message_content : TelegramBot::InputMessageContent | Nil = nil) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def audio_file_id : String #

def audio_file_id=(audio_file_id : String) #

def id : String #

def id=(id : String) #

def input_message_content : InputMessageContent | Nil #

def input_message_content=(input_message_content : InputMessageContent | Nil) #

def reply_markup : InlineKeyboardMarkup | Nil #

def reply_markup=(reply_markup : InlineKeyboardMarkup | Nil) #

def type : String #

def type=(type : String) #