MadelineProtoDocs/docs/API_docs/constructors/updateGeoLiveViewed.md
2024-05-01 14:53:46 +02:00

782 B

title description nav_exclude image
updateGeoLiveViewed Live geoposition message was viewed true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateGeoLiveViewed

Back to constructors index

Live geoposition message was viewed

Attributes:

Name Type Required Description
peer long Yes The user that viewed the live geoposition
msg_id int Yes Message ID of geoposition message

Type: Update

Example:

$updateGeoLiveViewed = ['_' => 'updateGeoLiveViewed', 'peer' => long, 'msg_id' => int];