mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
782 B
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
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];