|
tgbot-cpp
|
This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ProximityAlertTriggered> |
Public Attributes | |
| std::shared_ptr< User > | traveler { } |
| User that triggered the alert. | |
| std::shared_ptr< User > | watcher { } |
| User that set the alert. | |
| std::int32_t | distance { } |
| The distance between the users. | |
This object represents the content of a service message, sent whenever a user in the chat triggers a proximity alert set by another user.
| using TgBot::ProximityAlertTriggered::Ptr = std::shared_ptr<ProximityAlertTriggered> |
| std::int32_t TgBot::ProximityAlertTriggered::distance { } |
| std::shared_ptr<User> TgBot::ProximityAlertTriggered::traveler { } |
| std::shared_ptr<User> TgBot::ProximityAlertTriggered::watcher { } |