1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:57:46 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/messageActionGeoChatCreate.md

708 B

title description
messageActionGeoChatCreate messageActionGeoChatCreate attributes, type and example

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