TweetReplyParam constructor

TweetReplyParam({
  1. required String inReplyToTweetId,
  2. List<String>? excludeReplyUserIds,
})

Returns the new instance of TweetReplyParam.

Implementation

TweetReplyParam({required this.inReplyToTweetId, this.excludeReplyUserIds});