ToggleChatHasProtectedContent constructor
Changes the ability of users to save, forward, or copy chat content. Supported only for basic groups, supergroups and channels. Requires owner privileges
Implementation
const ToggleChatHasProtectedContent({
required this.chatId,
required this.hasProtectedContent,
});