MadelineProto/docs/API_docs/constructors/messageActionChatEditTitle.md

17 lines
322 B
Markdown
Raw Normal View History

## Constructor: messageActionChatEditTitle
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|title|[string](../types/string.md) | Required|
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```
$messageActionChatEditTitle = ['title' => string, ];
```