type alias tl.Api.TypePrivacyRuleimport { type tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts"; const { TypePrivacyRule } = tl.Api; definition: | PrivacyValueAllowContacts | PrivacyValueAllowAll | PrivacyValueAllowUsers | PrivacyValueDisallowContacts | PrivacyValueDisallowAll | PrivacyValueDisallowUsers | PrivacyValueAllowChatParticipants | PrivacyValueDisallowChatParticipants