I want to get a list of nearby people by the location I have
like described here with telethon here
but I want to get a list of users that are nearby (the list telegram shows in nearby people) with telegram library (python-telegram-bot)
any help?
Does python-telegram-bot have contacts.getLocated() implemented?
No. python-telgeram-bot
is a wrapper for the Telegram Bot API, not for MTProto. See this FAQ entry.
Disclaimer: I'm currently the maintainer of python-telegram-bot