updateRead method
Implementation
Future<XRPCResponse<ConvoUpdateReadOutput>> updateRead({
required String convoId,
String? messageId,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await chatBskyConvoUpdateRead(
convoId: convoId,
messageId: messageId,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);