--- title: "updateTheme" description: "A cloud theme was updated" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: updateTheme [Back to constructors index](/API_docs/constructors/index.html) A cloud theme was updated ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |theme|[Theme](/API_docs/types/Theme.html) | Yes|Theme| ### Type: [Update](/API_docs/types/Update.html) ### Example: ``` $updateTheme = ['_' => 'updateTheme', 'theme' => Theme]; ```