ViewMessages class

Inheritance

Constructors

ViewMessages({required int chatId, required List<int> messageIds, MessageSource? source, required bool forceRead})
Informs TDLib that messages are being viewed by the user. Sponsored messages must be marked as viewed only when the entire text of the message is shown on the screen (excluding the button).. Many useful activities depend on whether the messages are currently being viewed or not (e.g., marking messages as read, incrementing a view counter, updating a view counter, removing deleted messages in supergroups and channels)
const

Properties

chatId int
chatId Chat identifier
final
forceRead bool
forceRead Pass true to mark as read the specified messages even the chat is closed
final
hashCode int
The hash code for this object.
no setterinherited
messageIds List<int>
messageIds The identifiers of the messages being viewed
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source MessageSource?
source Source of the message view; pass null to guess the source based on chat open state
final

Methods

copyWith({int? chatId, List<int>? messageIds, MessageSource? source, bool? forceRead}) ViewMessages
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