Добавьте файлы проекта.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using Telegrator.Configuration;
|
||||
|
||||
namespace Telegrator.Hosting.Web
|
||||
{
|
||||
public class TelegramBotWebOptions : TelegramBotOptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets uri for webhook update receiving
|
||||
/// </summary>
|
||||
public required string WebhookUri { get; set; }
|
||||
|
||||
public required string WebhookPattern { get; set; }
|
||||
|
||||
public int MaxConnections { get; set; }
|
||||
|
||||
public bool DropPendingUpdates { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user