UpdateNotificationsSettingsQuery constructor

UpdateNotificationsSettingsQuery(
  1. String dialogId,
  2. bool enable
)

Implementation

UpdateNotificationsSettingsQuery(this.dialogId, this.enable);