mediaKeys property

List<String> mediaKeys
inherited

List of unique identifiers of media attached to this Tweet. These identifiers use the same media key format as those returned by the Media Library.

You can obtain the expanded object in includes.media by adding TweetExpansion.attachmentsMediaKeys in the request's query parameter.

Implementation

List<String> get mediaKeys => throw _privateConstructorUsedError;