mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-29 14:26:18 +00:00
Farsi
This commit is contained in:
parent
eeb2bf7a9c
commit
1412f0d60b
1 changed files with 0 additions and 9 deletions
9
tgbot.go
9
tgbot.go
|
@ -440,15 +440,6 @@ func (t *Tgbot) SendAnswer(chatId int64, msg string, isAdmin bool) {
|
||||||
tu.InlineKeyboardButton("آی پی سالم").WithCallbackData("get_ips"),
|
tu.InlineKeyboardButton("آی پی سالم").WithCallbackData("get_ips"),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
numericKeyboardClient := tu.InlineKeyboard(
|
|
||||||
tu.InlineKeyboardRow(
|
|
||||||
tu.InlineKeyboardButton("🤳 گزارش مصرف").WithCallbackData("client_traffic"),
|
|
||||||
tu.InlineKeyboardButton("👩💻 دستورات").WithCallbackData("client_commands"),
|
|
||||||
),
|
|
||||||
tu.InlineKeyboardRow(
|
|
||||||
tu.InlineKeyboardButton("آی پی سالم").WithCallbackData("get_ips"),
|
|
||||||
),
|
|
||||||
)
|
|
||||||
params := telego.SendMessageParams{
|
params := telego.SendMessageParams{
|
||||||
ChatID: tu.ID(chatId),
|
ChatID: tu.ID(chatId),
|
||||||
Text: msg,
|
Text: msg,
|
||||||
|
|
Loading…
Reference in a new issue