27 lines
516 B
Markdown
27 lines
516 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) | Required|
|
|
|
|
|
|
|
|
### Type: [MessageAction](../types/MessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messageActionChatEditTitle = ['_' => 'messageActionChatEditTitle', 'title' => string, ];
|
|
```
|
|
|