ClientPremium class

Premium.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyBoost({List<int>? slots, required InputPeerBase peer}) Future<Result<PremiumMyBoostsBase>>
Apply Boost.
getBoostsList({required bool gifts, required InputPeerBase peer, required String offset, required int limit}) Future<Result<PremiumBoostsListBase>>
Get Boosts List.
getBoostsStatus({required InputPeerBase peer}) Future<Result<PremiumBoostsStatusBase>>
Get Boosts Status.
getMyBoosts() Future<Result<PremiumMyBoostsBase>>
Get My Boosts.
getUserBoosts({required InputPeerBase peer, required InputUserBase userId}) Future<Result<PremiumBoostsListBase>>
Get User Boosts.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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