markAsRead property

bool markAsRead
final

Determines whether to mark the message as read for the sender. If set to false, then the sender's unread_count and read_receipt remain unchanged after the message is sent. (Default: true)

Implementation

final bool markAsRead;