Update tgbot.go

This commit is contained in:
sepidezare 2023-04-28 22:38:07 +03:30 committed by GitHub
parent d03e049320
commit e0bc4904d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)