tejado / telegram-nearby-map

Discover the location of nearby Telegram users 📡🌍
GNU General Public License v3.0
1.04k stars 149 forks source link

how send Message to them ? #35

Closed MrPWH closed 11 months ago

MrPWH commented 2 years ago

hello ! i cant connect to any body with api how connect to them with id i have not username for connection i need send msg to users find

imakealol commented 1 year ago

you must only edit the config.example.json

var config = {}

// your telegram API credentials // please go to https://my.telegram.org to create your API credentials config.telegramApiId = 123456789; config.telegramApiHash = '';

enter the bot data and save the file as config.js

that's it. After running this with npm start it should work

tejado commented 11 months ago

There is no functionality in the UI to message them.