MadelineProtoDocs/old_docs/API_docs_v2/constructors/updateNewGeoChatMessage.md

707 B

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

Constructor: updateNewGeoChatMessage

Back to constructors index

Attributes:

Name Type Required
message GeoChatMessage Optional

Type: Update

Example:

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

Or, if you're into Lua:

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