diff --git a/pkg/connector/config.go b/pkg/connector/config.go index c0e89df0..2f60213b 100644 --- a/pkg/connector/config.go +++ b/pkg/connector/config.go @@ -66,9 +66,9 @@ func (tg *TelegramConnector) GetDBMetaTypes() database.MetaTypes { } type GhostMetadata struct { - IsPremium bool `json:"is_premium"` + IsPremium bool `json:"fi.mau.telegram.is_premium"` } type UserLoginMetadata struct { - Phone string `json:"phone"` + Phone string `json:"fi.mau.telegram.phone"` }