TweetReplyParam class
The object that contains information of the Tweet being replied to.
Constructors
-
TweetReplyParam({required String inReplyToTweetId, List<
String> ? excludeReplyUserIds}) - Returns the new instance of TweetReplyParam.
Properties
-
excludeReplyUserIds
→ List<
String> ? -
A list of User IDs to be excluded from the reply Tweet thus removing
a user from a thread.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inReplyToTweetId → String
-
Tweet ID of the Tweet being replied to.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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