diff --git a/internal/telegram/buttons.go b/internal/telegram/buttons.go index 324eaca..7cd7e59 100644 --- a/internal/telegram/buttons.go +++ b/internal/telegram/buttons.go @@ -13,11 +13,17 @@ import ( // we can't use space in the label of buttons, because string splitting will mess everything up. const ( - MainMenuCommandWebApp = "⤵️ Recv" + // MainMenuCommandWebApp = "⤵️ Recv" + // MainMenuCommandBalance = "Balance" + // MainMenuCommandInvoice = "⚡️ Invoice" + // MainMenuCommandHelp = "📖 Help" + // MainMenuCommandSend = "⤴️ Send" + // SendMenuCommandEnter = "👤 Enter" + MainMenuCommandWebApp = "⤵️" MainMenuCommandBalance = "Balance" MainMenuCommandInvoice = "⚡️ Invoice" MainMenuCommandHelp = "📖 Help" - MainMenuCommandSend = "⤴️ Send" + MainMenuCommandSend = "⤴️" SendMenuCommandEnter = "👤 Enter" )