PremiumFeatures class

Contains information about features, available to Premium users.

Inheritance
Available Extensions

Constructors

PremiumFeatures({required List<PremiumFeature> features, required List<PremiumLimit> limits, InternalLinkType? payment_link, int? extra, int? clientId})
Contains information about features, available to Premium users

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
features List<PremiumFeature>
The list of available features.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
limits List<PremiumLimit>
The list of limits, increased for Premium users.
read / write
An internal link to be opened to pay for Telegram Premium if store payment isn't possible; may be null if direct payment isn't available.
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) PremiumFeatures?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"premiumFeatures"