mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-29 22:36:19 +00:00
Update tgbot.go
This commit is contained in:
parent
7f05c059d6
commit
a3927f7266
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ func checkAdmin(tgId int64) bool {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
}
|
||||||
func (t *Tgbot) SendAnswer(chatId int64, msg string, isAdmin bool) {
|
func (t *Tgbot) SendAnswer(chatId int64, msg string, isAdmin bool) {
|
||||||
var replyMarkup interface{}
|
var replyMarkup interface{}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue