getTaggedSuggestions method

Future<XRPCResponse<TaggedSuggestions>> getTaggedSuggestions()

Implementation

Future<core.XRPCResponse<TaggedSuggestions>> getTaggedSuggestions() async =>
    await _ctx.get(
      ns.appBskyUnspeccedGetTaggedSuggestions,
      to: TaggedSuggestions.fromJson,
    );