Search Results for

    Show / Hide Table of Contents

    Class HandlerInfoBase

    Inheritance
    System.Object
    HandlerInfoBase
    ActionInfo
    CallbackQueryHandlerInfo
    CommandInfo
    StateInfo
    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.Modules
    Assembly: TelegramModularFramework.dll
    Syntax
    public abstract class HandlerInfoBase

    Properties

    | Improve this Doc View Source

    MethodInfo

    Declaration
    public MethodInfo MethodInfo { get; set; }
    Property Value
    Type Description
    System.Reflection.MethodInfo
    | Improve this Doc View Source

    Module

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

    Name

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

    RunMode

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

    Summary

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