View Source ExTDLib.Object.UpdateHavePendingNotifications (ExTDLib v0.0.4)
Describes whether there are some pending notification updates. Can be used to prevent application from killing, while there are some pending notifications.
| Name | Type | Description |
|---|---|---|
| have_delayed_notifications | bool | True, if there are some delayed notification updates, which will be sent soon. |
| have_unreceived_notifications | bool | True, if there can be some yet unreceived notifications, which are being fetched from the server. |
More details on telegram's documentation.