class TelegramBot::InlineQueryResultAudio

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_result_audio.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::InlineQueryResult

to_json(json : JSON::Builder) to_json

Constructor Detail

def self.new(id : String, audio_url : String, title : String, *, caption : String | Nil = nil, parse_mode : String | Nil = nil, caption_entities : Array(MessageEntity) | Nil = nil, performer : String | Nil = nil, audio_duration : Int32 | Nil = nil, reply_markup : InlineKeyboardMarkup | Nil = nil, input_message_content : InputMessageContent | Nil = nil) #

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

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def audio_duration : Int32 | Nil #

def audio_duration=(audio_duration : Int32 | Nil) #

def audio_url : String #

def audio_url=(audio_url : String) #

def caption : String | Nil #

def caption=(caption : String | Nil) #

def caption_entities : Array(MessageEntity) | Nil #

def caption_entities=(caption_entities : Array(MessageEntity) | Nil) #

def id : String #

def id=(id : String) #

def input_message_content : InputMessageContent | Nil #

def input_message_content=(input_message_content : InputMessageContent | Nil) #

def parse_mode : String | Nil #

def parse_mode=(parse_mode : String | Nil) #

def performer : String | Nil #

def performer=(performer : String | Nil) #

def reply_markup : InlineKeyboardMarkup | Nil #

def reply_markup=(reply_markup : InlineKeyboardMarkup | Nil) #

def title : String #

def title=(title : String) #

def type : String #

def type=(type : String) #