@model LittleShop.DTOs.DiscoveryWizardViewModel @{ ViewData["Title"] = "Discover Remote TeleBot"; }
Enter the IP address and port of the TeleBot instance you want to connect. The TeleBot must be running and configured with the same discovery secret.
| Instance ID: | @Model.ProbeResponse?.InstanceId |
|---|---|
| Name: | @Model.ProbeResponse?.Name |
| Version: | @Model.ProbeResponse?.Version |
| Status: | @Model.ProbeResponse?.Status |
| Address: | @Model.IpAddress:@Model.Port |
Now enter the Telegram bot token from BotFather to activate this bot.
Address: @Model.IpAddress
Port: @Model.Port