后台持续访问用户实时位置
Background continuous access to a users live location
我希望我的 TG 机器人能够持续访问用户的实时位置。这可能吗?
我知道 TG 可以被授予连续访问权限 - 但在我看来,此权限不会传递给 TG 上的机器人 运行。这是正确的吗?
郑重声明,我对请求此类权限的额外弹出窗口没有问题。
如你所见here :
sendLocation:
Use this method to send point on the map. On success, the sent Message is returned.
所以用户可以通过机器人分享它的位置。
但是您正在寻找 "Live Location" 对吗?所以你可以做到:-)
Period in seconds for which the location will be updated (see Live Locations, should be between 60 and 86400.
86,400 Seconds / 60 Seconds = 1,440 Minutes.
1,440 Minutes / 560 Seconds = 24 Hours
因此您可以获得用户的实时位置,但只有 "24Hrs" 限制。
提前致谢
我希望我的 TG 机器人能够持续访问用户的实时位置。这可能吗?
我知道 TG 可以被授予连续访问权限 - 但在我看来,此权限不会传递给 TG 上的机器人 运行。这是正确的吗?
郑重声明,我对请求此类权限的额外弹出窗口没有问题。
如你所见here :
sendLocation:
Use this method to send point on the map. On success, the sent Message is returned.
所以用户可以通过机器人分享它的位置。 但是您正在寻找 "Live Location" 对吗?所以你可以做到:-)
Period in seconds for which the location will be updated (see Live Locations, should be between 60 and 86400.
86,400 Seconds / 60 Seconds = 1,440 Minutes.
1,440 Minutes / 560 Seconds = 24 Hours
因此您可以获得用户的实时位置,但只有 "24Hrs" 限制。
提前致谢