MadelineProto/old_docs/API_docs_v70/constructors/messageActionChatEditTitle.md

753 B

title description
messageActionChatEditTitle messageActionChatEditTitle attributes, type and example

Constructor: messageActionChatEditTitle

Back to constructors index

Attributes:

Name Type Required
title string Yes

Type: MessageAction

Example:

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

PWRTelegram json-encoded version:

{"_": "messageActionChatEditTitle", "title": "string"}

Or, if you're into Lua:

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