python-telegram-bot 是否实现了 contacts.getLocated()?
Does python-telegram-bot have contacts.getLocated() implemented?
我想根据我所在的位置获取附近人员的列表
就像这里描述的电视节目
但我想通过电报库 (python-telegram-bot)
获取附近的用户列表(列表电报显示在附近的人中)
有帮助吗?
Does python-telegram-bot have contacts.getLocated() implemented?
没有。 python-telgeram-bot
是 Telegram Bot API 的包装器,不适用于 MTProto。看到这个 FAQ entry.
免责声明:我目前是 python-telegram-bot
的维护者
我想根据我所在的位置获取附近人员的列表
就像这里描述的电视节目
但我想通过电报库 (python-telegram-bot)
获取附近的用户列表(列表电报显示在附近的人中)
有帮助吗?
Does python-telegram-bot have contacts.getLocated() implemented?
没有。 python-telgeram-bot
是 Telegram Bot API 的包装器,不适用于 MTProto。看到这个 FAQ entry.
免责声明:我目前是 python-telegram-bot