UpdateChatHasProtectedContent constructor
const
UpdateChatHasProtectedContent({})
A chat content was allowed or restricted for saving
Implementation
const UpdateChatHasProtectedContent({
required this.chatId,
required this.hasProtectedContent,
this.extra,
this.clientId,
});