GramIO API Reference / gramio/dist / TelegramProximityAlertTriggered
Interface: TelegramProximityAlertTriggered
Defined in: @gramio/types/out/objects.d.ts:2135
This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
distance | number | The distance between the users | @gramio/types/out/objects.d.ts:2147 |
traveler | TelegramUser | User that triggered the alert | @gramio/types/out/objects.d.ts:2139 |
watcher | TelegramUser | User that set the alert | @gramio/types/out/objects.d.ts:2143 |