useDirectLink abstract method

Future<ChatId> useDirectLink(
  1. DirectLinkSlug slug
)

Uses the specified DirectLink by the authenticated MyUser creating a new Chat-dialog or joining an existing Chat-group.

Implementation

Future<ChatId> useDirectLink(DirectLinkSlug slug);