class TelegramBot::Audio
- TelegramBot::Audio
- Reference
- Object
Defined in:
telegram_bot/types/audio.crConstructors
Instance Method Summary
- #duration : Int32
- #duration=(_duration : Int32)
- #file_id : String
- #file_id=(_file_id : String)
- #file_size : Int32 | Nil
- #file_size=(_file_size : Int32 | Nil)
- #mime_type : String | Nil
- #mime_type=(_mime_type : String | Nil)
- #performer : String | Nil
- #performer=(_performer : String | Nil)
- #title : String | Nil
- #title=(_title : String | Nil)
- #to_json(json : JSON::Builder)