Search Results for

    Show / Hide Table of Contents

    Class TelegramBotHostConfiguration

    Inheritance
    System.Object
    TelegramBotHostConfiguration
    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.Services
    Assembly: TelegramModularFramework.dll
    Syntax
    public class TelegramBotHostConfiguration

    Properties

    | Improve this Doc View Source

    AllowedUpdates

    Declaration
    public IEnumerable<UpdateType> AllowedUpdates { get; set; }
    Property Value
    Type Description
    IEnumerable<Telegram.Bot.Types.Enums.UpdateType>
    | Improve this Doc View Source

    DropPendingUpdates

    Declaration
    public bool? DropPendingUpdates { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    HttpClient

    HttpClient for Telegram.Bot.ITelegramBotClient

    Declaration
    public HttpClient HttpClient { get; set; }
    Property Value
    Type Description
    HttpClient
    | Improve this Doc View Source

    TelegramBotClientOptions

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