Class TdApi.UpdateScopeNotificationSettings

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateScopeNotificationSettings
Enclosing class:
TdApi

public static class TdApi.UpdateScopeNotificationSettings
extends TdApi.Update
Notification settings for some type of chats were updated.
  • Field Details

  • Constructor Details

    • UpdateScopeNotificationSettings

      public UpdateScopeNotificationSettings()
      Notification settings for some type of chats were updated.
    • UpdateScopeNotificationSettings

      public UpdateScopeNotificationSettings​(TdApi.NotificationSettingsScope scope, TdApi.ScopeNotificationSettings notificationSettings)
      Notification settings for some type of chats were updated.
      Parameters:
      scope - NotificationSettingsScope Types of chats for which notification settings were updated.
      notificationSettings - ScopeNotificationSettings The new notification settings.
    • UpdateScopeNotificationSettings

      public UpdateScopeNotificationSettings​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details