1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 08:47:50 +01:00
MadelineProto/old_docs/API_docs_v33/constructors/messageActionGeoChatCreate.md

587 B

title description
messageActionGeoChatCreate messageActionGeoChatCreate attributes, type and example

Constructor: messageActionGeoChatCreate

Back to constructors index

Attributes:

Name Type Required
title string Required
address string Required

Type: MessageAction

Example:

$messageActionGeoChatCreate = ['_' => 'messageActionGeoChatCreate', 'title' => string, 'address' => string, ];