AboutCommunityTweetData

May 7, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
community_resultsAboutCommunityResults

Example

from twitter_openapi_python_generated.models.about_community_tweet_data import AboutCommunityTweetData

# TODO update the JSON string below
json = "{}"
# create an instance of AboutCommunityTweetData from a JSON string
about_community_tweet_data_instance = AboutCommunityTweetData.from_json(json)
# print the JSON string representation of the object
print(AboutCommunityTweetData.to_json())

# convert the object into a dict
about_community_tweet_data_dict = about_community_tweet_data_instance.to_dict()
# create an instance of AboutCommunityTweetData from a dict
about_community_tweet_data_from_dict = AboutCommunityTweetData.from_dict(about_community_tweet_data_dict)

[Back to Model list] [Back to API list] [Back to README]