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

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

Back to constructors index

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