Module tdlight.api

Class TdApi.GetChatNotificationSettingsExceptions

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

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

Returns Chats

  • Field Details

    • scope

      If specified, only chats from the scope will be returned; pass null to return chats from all scopes.
    • compareSound

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

      public static final int CONSTRUCTOR
      See Also:
  • 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 scope will be returned; pass null to return chats from all scopes.
      compareSound - boolean If true, also chats with non-default sound will be returned.
    • GetChatNotificationSettingsExceptions

      public GetChatNotificationSettingsExceptions(DataInput input) throws IOException
      Returns list of chats with non-default notification settings.

      Returns Chats

      Throws:
      IOException
  • Method Details