RemoveNotificationGroup

public struct RemoveNotificationGroup : Codable, Equatable, TDFunction

Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user

  • Undocumented

    Declaration

    Swift

    public typealias Result = Ok
  • Notification group identifier

    Declaration

    Swift

    public let notificationGroupId: Int32
  • The maximum identifier of removed notifications

    Declaration

    Swift

    public let maxNotificationId: Int32
  • Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user

    Declaration

    Swift

    public init(notificationGroupId: Int32, maxNotificationId: Int32)

    Parameters

    notificationGroupId

    Notification group identifier

    maxNotificationId

    The maximum identifier of removed notifications