createManaged method
Creates managed users linked to the given external IDs.
Managed users are owned by the authenticated principal (the "parent") and are typically bots, service accounts, or proxy identities for users that live in another system. Pass multiple external IDs to batch-create in a single round-trip.
Implementation
@override
Future<ChatResult<List<ChatUser>>> createManaged({
required List<String> externalIds,
}) async => const ChatSuccess([]);