ultra-telegram-framework
    Preparing search index...

    Interface 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.

    interface ProximityAlertTriggered {
        distance: number;
        traveler: User;
        watcher: User;
    }
    Index

    Properties

    distance: number

    The distance between the users

    traveler: User

    User that triggered the alert

    watcher: User

    User that set the alert