789 B
789 B
title | description | image |
---|---|---|
messageActionGeoChatCreate | messageActionGeoChatCreate attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionGeoChatCreate
Attributes:
Name | Type | Required |
---|---|---|
title | string | Yes |
address | string | Yes |
Type: MessageAction
Example:
$messageActionGeoChatCreate = ['_' => 'messageActionGeoChatCreate', 'title' => 'string', 'address' => 'string'];
Or, if you're into Lua:
messageActionGeoChatCreate={_='messageActionGeoChatCreate', title='string', address='string'}