Folder.update_color()¶
- async Folder.update_color()[source]¶
Bound method update_color of
Folder.Use as a shortcut for:
await client.edit_folder( folder_id=folder_id, color=color )
Example
await folder.update_color(enums.FolderColor.RED)
- Parameters:
color (
FolderColor, optional) – Color type. PassFolderColorto set folder color.- Returns:
True on success.