1#ifndef TGBOT_CPP_PROXIMITYALERTTRIGGERED_H
2#define TGBOT_CPP_PROXIMITYALERTTRIGGERED_H
18 typedef std::shared_ptr<ProximityAlertTriggered>
Ptr;
This object represents the content of a service message, sent whenever a user in the chat triggers a ...
User::Ptr traveler
User that triggered the alert.
std::shared_ptr< ProximityAlertTriggered > Ptr
std::int32_t distance
The distance between the users.
User::Ptr watcher
User that set the alert.
std::shared_ptr< User > Ptr