Skip to main content
Module

x/mtkruto/mod.ts>tl.types.TypeInputPrivacyRule

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias tl.types.TypeInputPrivacyRule
import { type tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { TypeInputPrivacyRule } = tl.types;
definition:
| InputPrivacyValueAllowContacts
| InputPrivacyValueAllowAll
| InputPrivacyValueAllowUsers
| InputPrivacyValueDisallowContacts
| InputPrivacyValueDisallowAll
| InputPrivacyValueDisallowUsers
| InputPrivacyValueAllowChatParticipants
| InputPrivacyValueDisallowChatParticipants
| InputPrivacyValueAllowCloseFriends