using TelegramBotBase.Extensions.Serializer.Legacy.NewtonsoftJson;
var bot = BotBaseBuilder
.Create()
.WithAPIKey(APIKey)
.DefaultMessageLoop()
.WithStartForm<Start>()
.NoProxy()
.OnlyStart()
.UseNewtonsoftJson()
.UseEnglish()
.Build();
bot.Start();TelegramBotBase.Extensions.Serializer.Legacy.NewtonsoftJson
Directory actions
More options
Directory actions
More options
TelegramBotBase.Extensions.Serializer.Legacy.NewtonsoftJson
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||