userinfo: remove redundant custom is bot field

This commit is contained in:
Tulir Asokan
2026-03-28 22:44:24 +02:00
parent bb405b4773
commit a96bf7ed95
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -41,7 +41,6 @@ func (tg *TelegramConnector) GetDBMetaTypes() database.MetaTypes {
type GhostMetadata struct {
IsPremium bool `json:"is_premium,omitempty"`
IsBot bool `json:"is_bot,omitempty"`
IsChannel bool `json:"is_channel,omitempty"`
Deleted bool `json:"deleted,omitempty"`
NotMin bool `json:"not_min,omitempty"`