Class: TelegramBot::Audio

Inherits:
Struct
  • Object
show all
Includes:
AutoFromMethods
Defined in:
lib/telegram_bot/audio.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Methods included from AutoFromMethods

included

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



3
4
5
# File 'lib/telegram_bot/audio.rb', line 3

def duration
  @duration
end

#file_sizeObject

Returns the value of attribute file_size

Returns:

  • (Object)

    the current value of file_size



3
4
5
# File 'lib/telegram_bot/audio.rb', line 3

def file_size
  @file_size
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/telegram_bot/audio.rb', line 3

def id
  @id
end

#mime_typeObject

Returns the value of attribute mime_type

Returns:

  • (Object)

    the current value of mime_type



3
4
5
# File 'lib/telegram_bot/audio.rb', line 3

def mime_type
  @mime_type
end

Class Method Details

.hash_key_aliasesObject



7
8
9
10
11
# File 'lib/telegram_bot/audio.rb', line 7

def self.hash_key_aliases
  {
    :id => :file_id
  }
end