Skip to content

Commit

Permalink
feat(KeyboardUtils.cs): add new buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenonEl committed Jan 4, 2025
1 parent 9ef2d2f commit 1829286
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions TelegramBot/Utils/KeyboardUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ public static InlineKeyboardMarkup GetViewContactsKeyboardMarkup()
InlineKeyboardButton.WithCallbackData(Config.GetResourceString("UnmuteUserButtonText"), "unmute_contact"),
},
new[]
{
InlineKeyboardButton.WithCallbackData("Изменить имя контакта", "edit_contact_name"),
InlineKeyboardButton.WithCallbackData("Изменить состав групп", "edit_contact_group"),
},
new[]
{
InlineKeyboardButton.WithCallbackData("Удалить контакт", "delete_contact"),
},
new[]
{
GetReturnButton()
},
Expand Down

0 comments on commit 1829286

Please sign in to comment.