1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 14:47:26 +01:00
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, }