mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
716 B
716 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionSetChatTheme | The chat theme was changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionSetChatTheme
The chat theme was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
emoticon | string | Yes | The emoji that identifies a chat theme |
Type: MessageAction
Example:
$messageActionSetChatTheme = ['_' => 'messageActionSetChatTheme', 'emoticon' => 'string'];