ChatMemberMember class

Represents a chat member that has no additional privileges or restrictions.

Implemented types

Constructors

ChatMemberMember({required User user})
Creates a new ChatMemberMember object.
const
ChatMemberMember.fromJson(Map<String, dynamic> json)
Creates a new ChatMemberMember object from json.
factory

Properties

from User
Information about the user
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ChatMemberStatus
The member's status in the chat, always “creator”
final
user User
Information about the user
final

Methods

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

Operators

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