Update tgbot.go

This commit is contained in:
Peyman 2023-05-21 16:14:28 +03:30 committed by GitHub
parent 7f05c059d6
commit a3927f7266
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -437,6 +437,7 @@ func checkAdmin(tgId int64) bool {
}
}
return false
}
func (t *Tgbot) SendAnswer(chatId int64, msg string, isAdmin bool) {
var replyMarkup interface{}