ChatMember class

Member of a Chat.

Implemented types
Annotations

Constructors

ChatMember(User user, PreciseDateTime joinedAt)
ChatMember.fromJson(Map<String, dynamic> json)
Constructs a ChatMember from the provided json.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
joinedAt PreciseDateTime
PreciseDateTime when the User became a ChatMember.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User
User represented by this ChatMember.
getter/setter pair

Methods

compareTo(ChatMember other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a Map representing this ChatMember.
toString() String
A string representation of this object.
inherited

Operators

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