ChatBoostRemoved class

This object represents a boost removed from a chat.

Implemented types

Constructors

ChatBoostRemoved({required Chat chat, required String boostId, required int removeDate, required ChatBoostSource source})
Creates a ChatBoostRemoved object.
const
ChatBoostRemoved.fromJson(Map<String, dynamic> json)
Creates a ChatBoostRemoved object from a JSON object.
factory

Properties

boostId String
Unique identifier of the boost
final
chat Chat
Chat which was boosted
final
hashCode int
The hash code for this object.
no setterinherited
removeDate int
Point in time (Unix timestamp) when the boost was removed
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source ChatBoostSource
Source of the removed boost
final

Methods

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

Operators

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