Update tgbot.go

This commit is contained in:
sepidezare 2023-04-29 04:29:54 +03:30 committed by GitHub
parent 89ca09735a
commit 94b63e283d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"),
),
)