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:
FlorianDahn
2021-03-29 23:50:42 +02:00
parent 8142b626b2
commit 92f12735c8
3 changed files with 20 additions and 2 deletions
@@ -16,6 +16,8 @@ namespace TelegramBotBase.Args
public int Index { get; set; }
public object Tag { get; set; }
public ButtonClickedEventArgs()
{