MadelineProto/old_docs/API_docs_v27/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, ];