updateChatNotificationSettings property
Notification settings for a chat were changed
Implementation
UpdateChatNotificationSettings? get updateChatNotificationSettings {
if (this is UpdateChatNotificationSettings) {
return this as UpdateChatNotificationSettings;
}
return null;
}