Module tdlight.api

Class TdApi.ResetAllNotificationSettings

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

public static final class TdApi.ResetAllNotificationSettings extends TdApi.Function<TdApi.Ok>
Resets all notification settings to their default values. By default, all chats are unmuted 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 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 and message previews are shown. Returns Ok
      Throws:
      IOException
  • Method Details