MadelineProtoDocs/old_docs/API_docs_v33/constructors/geoChatMessageEmpty.md

739 B

title description image
geoChatMessageEmpty Empty geo chat message https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: geoChatMessageEmpty

Back to constructors index

Empty geo chat message

Attributes:

Name Type Required Description
chat_id int Yes Chat ID
id int Yes ID

Type: GeoChatMessage

Example:

$geoChatMessageEmpty = ['_' => 'geoChatMessageEmpty', 'chat_id' => int, 'id' => int];

Or, if you're into Lua:

geoChatMessageEmpty={_='geoChatMessageEmpty', chat_id=int, id=int}