MadelineProtoDocs/old_docs/API_docs_v2/constructors/geoChatMessageService.md

960 B

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

Constructor: geoChatMessageService

Back to constructors index

Attributes:

Name Type Required
chat_id int Yes
id int Yes
from_id int Yes
date int Yes
action MessageAction Optional

Type: GeoChatMessage

Example:

$geoChatMessageService = ['_' => 'geoChatMessageService', 'chat_id' => int, 'id' => int, 'from_id' => int, 'date' => int, 'action' => MessageAction];

Or, if you're into Lua:

geoChatMessageService={_='geoChatMessageService', chat_id=int, id=int, from_id=int, date=int, action=MessageAction}