class NoBullshitBot::CobaltAPI
 
  - NoBullshitBot::CobaltAPI
- Reference
- Object
Defined in:
cobalt.crConstructors
Instance Method Summary
- 
        #download_video(url : String | URI) : File
        
          This will return a tempfile in order to be read by the Telegram Bot. 
- #handle_stream(inp) : File
Constructor Detail
Instance Method Detail
        
        def download_video(url : String | URI) : File
        #
      
      
        This will return a tempfile in order to be read by the Telegram Bot. It's the job of the Caller to delete the tempfile.