class TelegramBot::Audio

Included Modules

Defined in:

telegram_bot/types/audio.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def duration : Int32 #

def duration=(duration : Int32) #

def file_id : String #

def file_id=(file_id : String) #

def file_size : Int32 | Nil #

def file_size=(file_size : Int32 | Nil) #

def mime_type : String | Nil #

def mime_type=(mime_type : String | Nil) #

def performer : String | Nil #

def performer=(performer : String | Nil) #

def title : String | Nil #

def title=(title : String | Nil) #