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>.
| Name | Type | Description |
|---|---|---|
| notification_group_id | number | Identifier of notification group to which the notification belongs. |
| notification_id | number | Identifier of removed notification. |
More details on telegram's documentation.