TweetMediaParam class

The object that contains media information being attached to create Tweet.

This is mutually exclusive from Quote Tweet ID and Poll.

Constructors

TweetMediaParam({required List<String> mediaIds, List<String>? taggedUserIds})
Returns the new instance of TweetMediaParam.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
mediaIds List<String>
A list of Media IDs being attached to the Tweet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taggedUserIds List<String>?
A list of User IDs being tagged in the Tweet with Media.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited