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