Class TdApi.GetChatNotificationSettingsExceptions

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

public static class TdApi.GetChatNotificationSettingsExceptions
extends TdApi.Function
Returns list of chats with non-default notification settings.

Returns Chats

  • Field Details

    • scope

      If specified, only chats from the specified scope will be returned.
    • compareSound

      public boolean compareSound
      If true, also chats with non-default sound will be returned.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetChatNotificationSettingsExceptions

      public GetChatNotificationSettingsExceptions()
      Returns list of chats with non-default notification settings.

      Returns Chats

    • GetChatNotificationSettingsExceptions

      public GetChatNotificationSettingsExceptions​(TdApi.NotificationSettingsScope scope, boolean compareSound)
      Returns list of chats with non-default notification settings.

      Returns Chats

      Parameters:
      scope - NotificationSettingsScope If specified, only chats from the specified scope will be returned.
      compareSound - boolean If true, also chats with non-default sound will be returned.
    • GetChatNotificationSettingsExceptions

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