mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Update tgbot.go
This commit is contained in:
parent
89ca09735a
commit
94b63e283d
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ func (t *Tgbot) SendAnswer(chatId int64, msg string, isAdmin bool) {
|
||||||
)
|
)
|
||||||
var numericKeyboardClient = tgbotapi.NewInlineKeyboardMarkup(
|
var numericKeyboardClient = tgbotapi.NewInlineKeyboardMarkup(
|
||||||
tgbotapi.NewInlineKeyboardRow(
|
tgbotapi.NewInlineKeyboardRow(
|
||||||
tgbotapi.NewInlineKeyboardButtonData("حجم", "client_traffic"),
|
tgbotapi.NewInlineKeyboardButtonData(f"{used} :میزان مصرف⏳", "client_traffic"),
|
||||||
tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"),
|
tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue