Privacy rules indicate who can or can't do something and are specified by a PrivacyRule, and its input counterpart InputPrivacyRule.
See the privacy documentation » for more info.
inputPrivacyValueAllowContacts#d09e07b = InputPrivacyRule;
inputPrivacyValueAllowAll#184b35ce = InputPrivacyRule;
inputPrivacyValueAllowUsers#131cc67f users:Vector<InputUser> = InputPrivacyRule;
inputPrivacyValueDisallowContacts#ba52007 = InputPrivacyRule;
inputPrivacyValueDisallowAll#d66b66c9 = InputPrivacyRule;
inputPrivacyValueDisallowUsers#90110467 users:Vector<InputUser> = InputPrivacyRule;
inputPrivacyValueAllowChatParticipants#840649cf chats:Vector<long> = InputPrivacyRule;
inputPrivacyValueDisallowChatParticipants#e94f0f86 chats:Vector<long> = InputPrivacyRule;
inputPrivacyValueAllowCloseFriends#2f453e49 = InputPrivacyRule;
inputPrivacyValueAllowPremium#77cdc9f1 = InputPrivacyRule;
Constructor | Description |
---|---|
inputPrivacyValueAllowContacts | Allow only contacts |
inputPrivacyValueAllowAll | Allow all users |
inputPrivacyValueAllowUsers | Allow only certain users |
inputPrivacyValueDisallowContacts | Disallow only contacts |
inputPrivacyValueDisallowAll | Disallow all |
inputPrivacyValueDisallowUsers | Disallow only certain users |
inputPrivacyValueAllowChatParticipants | Allow only participants of certain chats |
inputPrivacyValueDisallowChatParticipants | Disallow only participants of certain chats |
inputPrivacyValueAllowCloseFriends | Allow only close friends » |
inputPrivacyValueAllowPremium | Allow only users with a Premium subscription », currently only usable for inputPrivacyKeyChatInvite. |
Privacy rules together with privacy keys indicate what can or can't someone do and are specified by a PrivacyRule constructor, and its input counterpart InputPrivacyRule.
See the privacy documentation » for more info.
Privacy rules indicate who can or can't do something and are specified by a PrivacyRule, and its input counterpart InputPrivacyRule.
See the privacy documentation » for more info.
Telegram allows users to specify granular privacy settings, choosing which users can or can't interact with them in certain ways.