Adding more details on ConfirmDialog
- adding a Tag property for optional use in ArrayPromptDialog and ConfirmDialog - adding it to the ButtonClickedEventArgs
This commit is contained in:
@@ -16,6 +16,8 @@ namespace TelegramBotBase.Args
|
||||
|
||||
public int Index { get; set; }
|
||||
|
||||
public object Tag { get; set; }
|
||||
|
||||
|
||||
public ButtonClickedEventArgs()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user