Interface InputPrivacyRuleChatParticipants

interface InputPrivacyRuleChatParticipants {
    allow: boolean;
    chats: InputPeerLike[];
}

Properties

Properties

allow: boolean
chats: InputPeerLike[]