MadelineProtoDocs/docs/API_docs/constructors/messageActionChatEditTitle.md

731 B

title description image
messageActionChatEditTitle Group name changed. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionChatEditTitle

Back to constructors index

Group name changed.

Attributes:

Name Type Required Description
title string Yes New group name

Type: MessageAction

Example:

$messageActionChatEditTitle = ['_' => 'messageActionChatEditTitle', 'title' => 'string'];

Or, if you're into Lua:

messageActionChatEditTitle={_='messageActionChatEditTitle', title='string'}