Function catbox::album::remove_files

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

Remove files from 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 removed from the album