Interface IReplyVariableInternal

Reply specific details to be sent in payload.

interface IReplyVariable {
    exclude_reply_user_ids: string[];
    in_reply_to_tweet_id: string;
}

Properties

exclude_reply_user_ids: string[]
in_reply_to_tweet_id: string