753 B
753 B
title | description |
---|---|
messageChatChangeTitle | Chat title changed |
Constructor: messageChatChangeTitle
Chat title changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
title | string | Yes | New chat title |
Type: MessageContent
Example:
$messageChatChangeTitle = ['_' => 'messageChatChangeTitle', 'title' => 'string'];
PWRTelegram json-encoded version:
{"_": "messageChatChangeTitle", "title": "string"}
Or, if you're into Lua:
messageChatChangeTitle={_='messageChatChangeTitle', title='string'}