MadelineProto/docs/TD_docs/constructors/messageChatChangeTitle.md

630 B

title description
messageChatChangeTitle Chat title changed

Constructor: messageChatChangeTitle

Back to constructors index

Chat title changed

Attributes:

Name Type Required Description
title string Yes New chat title

Type: MessageContent

Example:

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

Or, if you're into Lua:

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