mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
626 B
626 B
title | description |
---|---|
messageActionChatEditTitle | messageActionChatEditTitle attributes, type and example |
Constructor: messageActionChatEditTitle
Attributes:
Name | Type | Required |
---|---|---|
title | string | Yes |
Type: MessageAction
Example:
$messageActionChatEditTitle = ['_' => 'messageActionChatEditTitle', 'title' => string, ];
Or, if you're into Lua:
messageActionChatEditTitle={_='messageActionChatEditTitle', title=string, }