Class TdApi.RemoveNotificationGroup

  • Enclosing class:
    TdApi

    public static class TdApi.RemoveNotificationGroup
    extends TdApi.Function
    Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user.

    Returns Ok

    • Field Detail

      • notificationGroupId

        public int notificationGroupId
        Notification group identifier.
      • maxNotificationId

        public int maxNotificationId
        The maximum identifier of removed notifications.
      • CONSTRUCTOR

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

      • RemoveNotificationGroup

        public RemoveNotificationGroup()
        Default constructor for a function, which removes a group of active notifications. Needs to be called only if the notification group is removed by the current user.

        Returns Ok

      • RemoveNotificationGroup

        public RemoveNotificationGroup​(int notificationGroupId,
                                       int maxNotificationId)
        Creates a function, which removes a group of active notifications. Needs to be called only if the notification group is removed by the current user.

        Returns Ok

        Parameters:
        notificationGroupId - Notification group identifier.
        maxNotificationId - The maximum identifier of removed notifications.