How to get Telegram bot API token
Read moreWhat is API hash?
API hashing is simply an arbitrary (that we can make up on our own) function / algorithm, that calculates a hash value for a given text string . In our case, we defined the hashing algorithm to work like this: 1. Take the function name to be hashed (i.e CreateThread ) 2.
Read moreHow can I get Telegram API user ID?
User ID can be retrieved with the help of the special Telegram bot userinfobot.
Read more