@model LittleShop.DTOs.BotWizardDto @{ ViewData["Title"] = "Telegram Bot Creation Wizard"; var showCommands = ViewData["ShowCommands"] as bool? ?? false; var commands = ViewData["BotFatherCommands"] as string ?? ""; }
@commands
@if (!string.IsNullOrEmpty(Model.PersonalityName))
{
@Model.PersonalityName
Personalities affect how your bot communicates with customers. This can be customized later in bot settings.