mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
30 lines
716 B
Markdown
30 lines
716 B
Markdown
|
---
|
||
|
title: "messageActionSetChatTheme"
|
||
|
description: "The chat theme was changed"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: messageActionSetChatTheme
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
The chat theme was changed
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|emoticon|[string](/API_docs/types/string.html) | Yes|The emoji that identifies a chat theme|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageAction](/API_docs/types/MessageAction.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageActionSetChatTheme = ['_' => 'messageActionSetChatTheme', 'emoticon' => 'string'];
|
||
|
```
|