mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 08:47:50 +01:00
587 B
587 B
title | description |
---|---|
messageActionGeoChatCreate | messageActionGeoChatCreate attributes, type and example |
Constructor: messageActionGeoChatCreate
Attributes:
Name | Type | Required |
---|---|---|
title | string | Required |
address | string | Required |
Type: MessageAction
Example:
$messageActionGeoChatCreate = ['_' => 'messageActionGeoChatCreate', 'title' => string, 'address' => string, ];