Class 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 Detail

      • compareSound

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetChatNotificationSettingsExceptions

        public GetChatNotificationSettingsExceptions()
        Default constructor for a function, which returns list of chats with non-default notification settings.

        Returns Chats

      • GetChatNotificationSettingsExceptions

        public GetChatNotificationSettingsExceptions​(TdApi.NotificationSettingsScope scope,
                                                     boolean compareSound)
        Creates a function, which returns list of chats with non-default notification settings.

        Returns Chats

        Parameters:
        scope - If specified, only chats from the scope will be returned; pass null to return chats from all scopes.
        compareSound - If true, also chats with non-default sound will be returned.