Function catbox::album::add_files

source ·
pub async fn add_files<S: Into<String>>(
    short: S,
    user_hash: S,
    files: Vec<S>
) -> Result<String, Box<dyn Error>>
Expand description

Add files to an album

Returns an URL to the album

Arguments

  • short - ID of the album
  • user_hash - User’s account hash
  • files - List of existing files on Catbox to be added to the album