πŸ””Telegram Signals Setup

It is not that easy

1/ Obtaining an API ID and Hash

  • Follow this link (https://my.telegram.org/) and login with your phone number.

  • Click under API Development tools. A Create new application window will appear. Fill in your application details. There is no need to enter any URL, and only the first two fields (App title and Short name) can be changed later as long as I'm aware. Click on Create application at the end.

2/ How to get session

console.log(client.session.save()); // This value what u need

Telegram Session has no expiry date so you can use it until revoked.

3/ Channel Name

  • It is equal to the ending of your telegram link e.g.

Link: https://t.me/degenhubentry
Channel name: degenhubentry

Last updated