metadataCreate method

  1. @notImplemented
Future<void> metadataCreate()

This endpoint can be used to provide additional information about the uploaded mediaId. This feature is currently only supported for images and GIFs.

The request flow should be:

  • Upload media using the chunked upload endpoint.
  • Call this endpoint to attach additional metadata such as image alt text.
  • Create Tweet with mediaId attached.

TODO: implement

See https://developer.twitter.com/en/docs/media/upload-media/api-reference/post-media-metadata-create.

Implementation

@notImplemented
Future<void> metadataCreate() async {}