mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-05 01:36:19 +00:00
[tgbot] Quick Fix 2
This commit is contained in:
parent
13b565f6ed
commit
3131542e5d
1 changed files with 1 additions and 1 deletions
|
@ -1357,7 +1357,7 @@ func (t *Tgbot) onlineClients(chatId int64, messageID ...int) {
|
|||
if len(onlines) > 0 {
|
||||
for _, online := range onlines {
|
||||
keyboard.InlineKeyboard = append(keyboard.InlineKeyboard, tu.InlineKeyboardRow(
|
||||
tu.InlineKeyboardButton(online).WithCallbackData(t.encodeQuery("client_get_usage"+online))))
|
||||
tu.InlineKeyboardButton(online).WithCallbackData(t.encodeQuery("client_get_usage "+online))))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue