Deep Linking - pass any params on Bot starting
Bot.sendMessage(params);let api_token = params;
// do anything what you want with this params
Bot.sendMessage("Your api token is: " + api_token)Last updated
Bot.sendMessage(params);let api_token = params;
// do anything what you want with this params
Bot.sendMessage("Your api token is: " + api_token)Last updated