Skip to content

Latest commit

History

History
30 lines (21 loc) · 1.28 KB

File metadata and controls

30 lines (21 loc) · 1.28 KB

PostCreateTweetRequestVariablesReply

Properties

NameTypeDescriptionNotes
exclude_reply_user_idsList[object]
in_reply_to_tweet_idstr[default to '1111111111111111111']

Example

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]