updateChatHasProtectedContent property
A chat content was allowed or restricted for saving
Implementation
UpdateChatHasProtectedContent? get updateChatHasProtectedContent {
if (this is UpdateChatHasProtectedContent) {
return this as UpdateChatHasProtectedContent;
}
return null;
}