feat: sync built-in sticker bot
This commit is contained in:
parent
7096625e13
commit
6867d201ed
60 changed files with 7063 additions and 144 deletions
|
|
@ -125,7 +125,7 @@ func applyTgUserBotFields(out *tg.User, u domain.User) {
|
|||
version = 1
|
||||
}
|
||||
out.SetBotInfoVersion(version)
|
||||
if u.ID != domain.BotFatherUserID {
|
||||
if !domain.IsSystemUserID(u.ID) {
|
||||
out.SetBotBusiness(true)
|
||||
}
|
||||
out.Phone = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue