677 B
677 B
title | description |
---|---|
updateChatTitle | Title of chat was changed |
Constructor: updateChatTitle
Title of chat was changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | Chat identifier |
title | string | Yes | New chat title |
Type: Update
Example:
$updateChatTitle = ['_' => 'updateChatTitle', 'chat_id' => long, 'title' => string, ];
Or, if you're into Lua:
updateChatTitle={_='updateChatTitle', chat_id=long, title=string, }