Class TelegramBotHostConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TelegramModularFramework.Services
Assembly: TelegramModularFramework.dll
Syntax
public class TelegramBotHostConfiguration
Properties
| Improve this Doc View SourceAllowedUpdates
Declaration
public IEnumerable<UpdateType> AllowedUpdates { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Telegram.Bot.Types.Enums.UpdateType> |
DropPendingUpdates
Declaration
public bool? DropPendingUpdates { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
HttpClient
HttpClient for Telegram.Bot.ITelegramBotClient
Declaration
public HttpClient HttpClient { get; set; }
Property Value
Type | Description |
---|---|
HttpClient |
TelegramBotClientOptions
Declaration
public TelegramBotClientOptions TelegramBotClientOptions { get; set; }
Property Value
Type | Description |
---|---|
Telegram.Bot.TelegramBotClientOptions |