diff --git a/web/service/tgbot.go b/web/service/tgbot.go index c09c9d67..7944e400 100644 --- a/web/service/tgbot.go +++ b/web/service/tgbot.go @@ -380,7 +380,7 @@ func (t *Tgbot) SendAnswer(chatId int64, msg string, isAdmin bool) { } } -func (t *Tgbot) SendMsgToTgbot(tgid int64, msg string, inlineKeyboard ...tgbotapi.InlineKeyboardMarku +func (t *Tgbot) SendMsgToTgbot(tgid int64, msg string, inlineKeyboard ...tgbotapi.InlineKeyboardMarkup) { var allMessages []string limit := 2000 // paging message if it is big