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
d03e049320
commit
e0bc4904d7
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(
|
||||
tgbotapi.NewInlineKeyboardRow(
|
||||
tgbotapi.NewInlineKeyboardButtonData("Get Usage", "client_traffic"),
|
||||
tgbotapi.NewInlineKeyboardButtonData("Commands", "client_commands"),
|
||||
tgbotapi.NewInlineKeyboardButtonData("حجم", "client_traffic"),
|
||||
tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"),
|
||||
),
|
||||
)
|
||||
msgConfig := tgbotapi.NewMessage(chatId, msg)
|
||||
|
|
Loading…
Reference in a new issue