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 SourceCallbackQueryHandlerAttribute(String)
Declaration
public CallbackQueryHandlerAttribute(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Properties
| Improve this Doc View SourcePath
Path pattern with regex support. Currently only one path argument supported.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |