ProximityAlertTriggered
This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.
fields
| field | type | required | description |
|---|---|---|---|
traveler | User | required | User that triggered the alert |
watcher | User | required | User that set the alert |
distance | number | required | The distance between the users |
import
import type { ProximityAlertTriggered } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#proximityalerttriggered