Update tgbot.go

This commit is contained in:
sepidezare 2023-04-28 23:26:34 +03:30 committed by GitHub
parent e0bc4904d7
commit c390ee0c01
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("حجم", "client_traffic"),
tgbotapi.NewInlineKeyboardButtonData("دستور", "client_commands"),
tgbotapi.NewInlineKeyboardButtonData("Get Usage", "client_traffic"),
tgbotapi.NewInlineKeyboardButtonData("Commands", "client_commands"),
),
)
msgConfig := tgbotapi.NewMessage(chatId, msg)