shouldConsiderRevokedMessageUnreadCount property Null safety

bool? shouldConsiderRevokedMessageUnreadCount
final

If the value is set to enabled and the recalled message is not yet read locally, the unread count in the session will be decremented by 1 to keep the unread count of the recent sessions consistent. The setting is disabled by default

Implementation

final bool? shouldConsiderRevokedMessageUnreadCount;