ChatMemberUpdated class

Constructors

ChatMemberUpdated({required Chat chat, required User from, required int date, required ChatMember oldChatMember, required ChatMember newChatMember, ChatInviteLink? inviteLink})

Properties

chat Chat
getter/setter pair
date int
getter/setter pair
from User
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
newChatMember ChatMember
getter/setter pair
oldChatMember ChatMember
getter/setter pair
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
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) ChatMemberUpdated