708 B
708 B
title | description |
---|---|
messageActionGeoChatCreate | messageActionGeoChatCreate attributes, type and example |
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, }