ViewMessages class
- Inheritance
-
- Object
- TdFunction
- ViewMessages
Constructors
-
ViewMessages({required int chatId, required int messageThreadId, required List<
int> messageIds, 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 True, if messages in closed chats must be marked as read by the request
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
messageIds
→ List<
int> -
messageIds The identifiers of the messages being viewed
final
- messageThreadId → int
-
messageThreadId If not 0, a message thread identifier in which the messages are being viewed
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{int? chatId, int? messageThreadId, List< int> ? messageIds, 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