ChatBoostAdded class

This object represents a service message about a user boosting a chat.

Constructors

ChatBoostAdded({required int boostCount})
Chat Boost Added constructor
const
ChatBoostAdded.fromJson(Map<String, dynamic> map)
Create a ChatBoostAdded from a Map
factory

Properties

boostCount int
Number of boosts added by the user
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

operator ==(covariant ChatBoostAdded other) bool
The equality operator.
override