UpdateChatOnlineMemberCount class

Inheritance

Constructors

UpdateChatOnlineMemberCount({required int chatId, required int onlineMemberCount, dynamic extra, int? clientId})
The number of online group members has changed. This update with non-zero number of online group members is sent only for currently opened chats.. There is no guarantee that it will be sent just after the number of online users has changed
const
UpdateChatOnlineMemberCount.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

chatId int
chatId Identifier of the chat
final
clientId int?
clientId client identifier
final
extra → dynamic
extra callback sign
final
hashCode int
The hash code for this object.
no setterinherited
onlineMemberCount int
onlineMemberCount New number of online members in the chat, or 0 if unknown
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? chatId, int? onlineMemberCount, dynamic extra, int? clientId}) UpdateChatOnlineMemberCount
override
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String