Link Search Menu Expand Document

Constructor: messageActionSetChatWallPaper

Back to constructors index

The wallpaper » of the current chat was changed.

Attributes:

NameTypeRequiredDescription
sameBoolOptionalIf set, indicates the user applied a wallpaper » previously sent by the other user in a messageActionSetChatWallPaper message.
for_bothBoolOptionalIf set, indicates the wallpaper was forcefully applied for both sides, without explicit confirmation from the other side.
If the message is incoming, and we did not like the new wallpaper the other user has chosen for us, we can re-set our previous wallpaper just on our side, by invoking messages.setChatWallPaper, providing only the revert flag (and obviously the peer parameter).
wallpaperWallPaperYesNew wallpaper

Type: MessageAction

Example:

$messageActionSetChatWallPaper = ['_' => 'messageActionSetChatWallPaper', 'same' => Bool, 'for_both' => Bool, 'wallpaper' => WallPaper];