messageActionGeoProximityReached
A user of the chat is now in proximity of another user
type tg.MessageActionGeoProximityReached struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
FromID | PeerClass | yes | The user or chat that is now in proximity of to_id |
ToID | PeerClass | yes | The user or chat that subscribed to live geolocation proximity alerts |
Distance | int | yes | Distance, in meters (0-100000) |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionGeoProximityReached#98e0d697