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