View Source ExTDLib.Object.Notification (ExTDLib v0.0.4)
Contains information about a notification.
| Name | Type | Description |
|---|---|---|
| id | number | Unique persistent identifier of this notification. |
| date | number | Notification date. |
| is_silent | bool | True, if the notification was explicitly sent without sound. |
| type | NotificationType | Notification type. |
More details on telegram's documentation.