Class: TD::Types::InputInlineQueryResult::Audio

Inherits:
TD::Types::InputInlineQueryResult show all
Defined in:
lib/tdlib/types/input_inline_query_result/audio.rb

Overview

Represents a link to an MP3 audio file.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#audio_durationInteger

Audio file duration, in seconds.

Returns:

  • (Integer)

    the current value of audio_duration



14
15
16
# File 'lib/tdlib/types/input_inline_query_result/audio.rb', line 14

def audio_duration
  @audio_duration
end

#audio_urlTD::Types::String

The URL of the audio file.

Returns:

  • (TD::Types::String)

    the current value of audio_url



14
15
16
# File 'lib/tdlib/types/input_inline_query_result/audio.rb', line 14

def audio_url
  @audio_url
end

#idTD::Types::String

Unique identifier of the query result.

Returns:

  • (TD::Types::String)

    the current value of id



14
15
16
# File 'lib/tdlib/types/input_inline_query_result/audio.rb', line 14

def id
  @id
end

#input_message_contentTD::Types::InputMessageContent

The content of the message to be sent. Must be one of the following types: inputMessageText, inputMessageAudio, inputMessageInvoice, inputMessageLocation, TD::Types::InputMessageContent::Venue or inputMessageContact.

Returns:



14
15
16
# File 'lib/tdlib/types/input_inline_query_result/audio.rb', line 14

def input_message_content
  @input_message_content
end

#performerTD::Types::String

Performer of the audio file.

Returns:

  • (TD::Types::String)

    the current value of performer



14
15
16
# File 'lib/tdlib/types/input_inline_query_result/audio.rb', line 14

def performer
  @performer
end

#reply_markupTD::Types::ReplyMarkup

The message reply markup. Must be of type ReplyMarkup::InlineKeyboard or null.

Returns:



14
15
16
# File 'lib/tdlib/types/input_inline_query_result/audio.rb', line 14

def reply_markup
  @reply_markup
end

#titleTD::Types::String

Title of the audio file.

Returns:

  • (TD::Types::String)

    the current value of title



14
15
16
# File 'lib/tdlib/types/input_inline_query_result/audio.rb', line 14

def title
  @title
end