getStatus method
Get the authenticated viewer's chat status: whether their account is chat-disabled and whether their group-membership additions are restricted to accounts they follow.
Implementation
Future<XRPCResponse<ActorGetStatusOutput>> getStatus({
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await chatBskyActorGetStatus(
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);