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

629 B

title description
updateNewGeoChatMessage updateNewGeoChatMessage attributes, type and example

Constructor: updateNewGeoChatMessage

Back to constructors index

Attributes:

Name Type Required
message GeoChatMessage Yes

Type: Update

Example:

$updateNewGeoChatMessage = ['_' => 'updateNewGeoChatMessage', 'message' => GeoChatMessage, ];

Or, if you're into Lua:

updateNewGeoChatMessage={_='updateNewGeoChatMessage', message=GeoChatMessage, }