mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 03:34:42 +01:00
516 B
516 B
title | description |
---|---|
messageActionChatEditTitle | messageActionChatEditTitle attributes, type and example |
Constructor: messageActionChatEditTitle
Attributes:
Name | Type | Required |
---|---|---|
title | string | Required |
Type: MessageAction
Example:
$messageActionChatEditTitle = ['_' => 'messageActionChatEditTitle', 'title' => string, ];