MadelineProtoDocs/docs/API_docs/constructors/updateTheme.md
2024-05-01 14:53:46 +02:00

30 lines
600 B
Markdown

---
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];
```