Search Results for

    Show / Hide Table of Contents

    Class CallbackQueryHandlerAttribute

    Registers method that used for handling Telegram.Bot.Types.Enums.UpdateType.CallbackQuery updates

    Inheritance
    System.Object
    CallbackQueryHandlerAttribute
    Namespace: TelegramModularFramework.Modules
    Assembly: TelegramModularFramework.dll
    Syntax
    public class CallbackQueryHandlerAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    CallbackQueryHandlerAttribute(String)

    Declaration
    public CallbackQueryHandlerAttribute(string path)
    Parameters
    Type Name Description
    System.String path

    Properties

    | Improve this Doc View Source

    Path

    Path pattern with regex support. Currently only one path argument supported.

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