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.

NameTypeDescription
have_delayed_notificationsboolTrue, if there are some delayed notification updates, which will be sent soon.
have_unreceived_notificationsboolTrue, if there can be some yet unreceived notifications, which are being fetched from the server.

More details on telegram's documentation.