diff --git a/web/service/tgbot.go b/web/service/tgbot.go index 90bfe90f..708b004c 100644 --- a/web/service/tgbot.go +++ b/web/service/tgbot.go @@ -198,7 +198,7 @@ func (t *Tgbot) SendAnswer(chatId int64, msg string, isAdmin bool) { ) var numericKeyboardClient = tgbotapi.NewInlineKeyboardMarkup( tgbotapi.NewInlineKeyboardRow( - tgbotapi.NewInlineKeyboardButtonData("حجم", "client_traffic"), + tgbotapi.NewInlineKeyboardButtonData(f"{used} :میزان مصرف⏳", "client_traffic"), tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"), ), )