getLog method
Implementation
Future<XRPCResponse<ConvoGetLogOutput>> getLog({
String? cursor,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await chatBskyConvoGetLog(
cursor: cursor,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);