type alias Api.TypeInputPrivacyRuleimport { type Api } from "https://deno.land/x/grm@0.5.1/src/tl/mod.ts"; const { TypeInputPrivacyRule } = Api; definition: | InputPrivacyValueAllowContacts | InputPrivacyValueAllowAll | InputPrivacyValueAllowUsers | InputPrivacyValueDisallowContacts | InputPrivacyValueDisallowAll | InputPrivacyValueDisallowUsers | InputPrivacyValueAllowChatParticipants | InputPrivacyValueDisallowChatParticipants