MadelineProtoDocs/old_docs/API_docs_v2/constructors/messageActionGeoChatCreate.md

789 B

title description image
messageActionGeoChatCreate messageActionGeoChatCreate attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionGeoChatCreate

Back to constructors index

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'}