Class TdApi.ResetAllNotificationSettings

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ResetAllNotificationSettings
Enclosing class:
TdApi

public static class TdApi.ResetAllNotificationSettings
extends TdApi.Function
Resets all notification settings to their default values. By default, all chats are unmuted, the sound is set to "default" and message previews are shown.

Returns Ok

  • Field Details

  • Constructor Details

    • ResetAllNotificationSettings

      public ResetAllNotificationSettings()
      Resets all notification settings to their default values. By default, all chats are unmuted, the sound is set to "default" and message previews are shown.

      Returns Ok

    • ResetAllNotificationSettings

      public ResetAllNotificationSettings​(DataInput input) throws IOException
      Resets all notification settings to their default values. By default, all chats are unmuted, the sound is set to "default" and message previews are shown.

      Returns Ok

      Throws:
      IOException
  • Method Details