Search Results for

    Show / Hide Table of Contents

    Class TelegramBotWebHookHostConfiguration

    Inheritance
    System.Object
    TelegramBotHostConfiguration
    TelegramBotWebHookHostConfiguration
    Inherited Members
    TelegramBotHostConfiguration.TelegramBotClientOptions
    TelegramBotHostConfiguration.HttpClient
    TelegramBotHostConfiguration.AllowedUpdates
    TelegramBotHostConfiguration.DropPendingUpdates
    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 Source

    Certificate

    Declaration
    public InputFile Certificate { get; set; }
    Property Value
    Type Description
    Telegram.Bot.Types.InputFile
    | Improve this Doc View Source

    HostAddress

    Declaration
    public string HostAddress { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IpAddress

    Declaration
    public string IpAddress { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MaxConnections

    Declaration
    public int? MaxConnections { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Route

    Declaration
    public string Route { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SecretToken

    Declaration
    public string SecretToken { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾