updateChatNotificationSettings property

UpdateChatNotificationSettings? updateChatNotificationSettings

Notification settings for a chat were changed

Implementation

UpdateChatNotificationSettings? get updateChatNotificationSettings {
  if (this is UpdateChatNotificationSettings) {
    return this as UpdateChatNotificationSettings;
  }
  return null;
}