Raw.account.PrivacyRules
Privacy rules
account.privacyRules#50a04e45 rules:Vector<PrivacyRule> chats:Vector<Chat> users:Vector<User> = account.PrivacyRules;
export namespace Raw {
export namespace account {
export class PrivacyRules {
constructor(params: {
rules: Array<Raw.TypePrivacyRule>;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x50a04e45
Property
rules
: Array of Raw.TypePrivacyRulePrivacy rules
chats
: Array of Raw.TypeChatChats to which the rules apply
users
: Array of Raw.TypeUserUsers to which the rules apply