client: Prefer contact name if exists
Don't allow TG user to override your own contact name for them after they have been made a contact.
This commit is contained in:
@@ -40,6 +40,7 @@ type GhostMetadata struct {
|
||||
IsPremium bool `json:"is_premium,omitempty"`
|
||||
IsBot bool `json:"is_bot,omitempty"`
|
||||
IsChannel bool `json:"is_channel,omitempty"`
|
||||
IsContact bool `json:"is_contact,omitempty"`
|
||||
Blocked bool `json:"blocked,omitempty"`
|
||||
Deleted bool `json:"deleted,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user