View Source ExTDLib.Method.RemoveNotification (ExTDLib v0.0.4)

Removes an active notification from notification list. Needs to be called only if the notification is removed by the current user. Returns object_ptr<Ok>.

NameTypeDescription
notification_group_idnumberIdentifier of notification group to which the notification belongs.
notification_idnumberIdentifier of removed notification.

More details on telegram's documentation.