mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-29 06:16:19 +00:00
Update tgbot.go
This commit is contained in:
parent
94b63e283d
commit
bb3e47040c
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(f"{used} :میزان مصرف⏳", "client_traffic"),
|
tgbotapi.NewInlineKeyboardButtonData("میزان مصرف⏳", "client_traffic"),
|
||||||
tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"),
|
tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue