enrichUrl method

Future<OGAttachmentResponse> enrichUrl(
  1. String url
)

Get OpenGraph data of the given url.

Implementation

Future<OGAttachmentResponse> enrichUrl(String url) =>
    _chatApi.general.enrichUrl(url);