Interface InputPrivacyRuleUsers

interface InputPrivacyRuleUsers {
    allow: boolean;
    users: InputPeerLike[];
}

Properties

Properties

allow: boolean
users: InputPeerLike[]