PostCreateTweetRequestVariablesReply
| Name | Type | Description | Notes |
|---|
| exclude_reply_user_ids | List[object] | | |
| in_reply_to_tweet_id | str | | [default to '1111111111111111111'] |
fromtwitter_openapi_python_generated.models.post_create_tweet_request_variables_replyimportPostCreateTweetRequestVariablesReply# TODO update the JSON string belowjson="{}"# create an instance of PostCreateTweetRequestVariablesReply from a JSON stringpost_create_tweet_request_variables_reply_instance=PostCreateTweetRequestVariablesReply.from_json(json)
# print the JSON string representation of the objectprint(PostCreateTweetRequestVariablesReply.to_json())
# convert the object into a dictpost_create_tweet_request_variables_reply_dict=post_create_tweet_request_variables_reply_instance.to_dict()
# create an instance of PostCreateTweetRequestVariablesReply from a dictpost_create_tweet_request_variables_reply_from_dict=PostCreateTweetRequestVariablesReply.from_dict(post_create_tweet_request_variables_reply_dict)[Back to Model list][Back to API list][Back to README]