@@ -149,7 +149,7 @@ func run() {
|
||||
msgText = "Плохо, хочешь быть толстым и не красивым?"
|
||||
}
|
||||
msg := tgbot.NewMessage(chatID, msgText)
|
||||
msg.ReplyMarkup = tgbot.NewHideKeyboard(false)
|
||||
msg.ReplyMarkup = tgbot.NewRemoveKeyboard(false)
|
||||
_, _ = bot.Send(msg)
|
||||
if err := db.SetStatusToChat(chatID, db.UserStateNone); err != nil {
|
||||
log.Println(err)
|
||||
|
||||
Reference in New Issue
Block a user