mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
Update tgbot.go
This commit is contained in:
parent
e0bc4904d7
commit
c390ee0c01
1 changed files with 2 additions and 2 deletions
|
@ -198,8 +198,8 @@ 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("Get Usage", "client_traffic"),
|
||||||
tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"),
|
tgbotapi.NewInlineKeyboardButtonData("Commands", "client_commands"),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
msgConfig := tgbotapi.NewMessage(chatId, msg)
|
msgConfig := tgbotapi.NewMessage(chatId, msg)
|
||||||
|
|
Loading…
Reference in a new issue