Class TelegramBotWebHookHostConfiguration
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.WebHook.Services
Assembly: TelegramModularFramework.WebHook.dll
Syntax
public class TelegramBotWebHookHostConfiguration : TelegramBotHostConfiguration
Properties
| Improve this Doc View SourceCertificate
Declaration
public InputFile Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Telegram.Bot.Types.InputFile |
HostAddress
Declaration
public string HostAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IpAddress
Declaration
public string IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaxConnections
Declaration
public int? MaxConnections { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Route
Declaration
public string Route { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SecretToken
Declaration
public string SecretToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |