UpdateHavePendingNotifications class

Describes whether there are some pending notification updates. Can be used to prevent application from killing, while there are some pending notifications.

Inheritance
Available Extensions

Constructors

UpdateHavePendingNotifications({required bool have_delayed_notifications, required bool have_unreceived_notifications, int? extra, int? clientId})
Describes whether there are some pending notification updates. Can be used to prevent application from killing, while there are some pending notifications

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
have_delayed_notifications bool
True, if there are some delayed notification updates, which will be sent soon.
read / write
have_unreceived_notifications bool
True, if there can be some yet unreceived notifications, which are being fetched from the server.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) UpdateHavePendingNotifications?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"updateHavePendingNotifications"