GrokTranslatedPost

May 20, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
associated_dataDict[str, object][optional]
destination_languagestr[optional]
entitiesEntities[optional]
preview_translationstr[optional]
source_languagestr[optional]
translationstr[optional]

Example

from twitter_openapi_python_generated.models.grok_translated_post import GrokTranslatedPost

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

# convert the object into a dict
grok_translated_post_dict = grok_translated_post_instance.to_dict()
# create an instance of GrokTranslatedPost from a dict
grok_translated_post_from_dict = GrokTranslatedPost.from_dict(grok_translated_post_dict)

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