36 lines
626 B
Markdown
36 lines
626 B
Markdown
|
---
|
||
|
title: messageActionChatEditTitle
|
||
|
description: messageActionChatEditTitle attributes, type and example
|
||
|
---
|
||
|
## Constructor: messageActionChatEditTitle
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|title|[string](../types/string.md) | Yes|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageAction](../types/MessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageActionChatEditTitle = ['_' => 'messageActionChatEditTitle', 'title' => string, ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
messageActionChatEditTitle={_='messageActionChatEditTitle', title=string, }
|
||
|
|
||
|
```
|
||
|
|
||
|
|