GrokTranslatedCommunityNote
| Name | Type | Description | Notes |
|---|
| destination_language | str | | |
| rich_text_entities | List[GrokEntity] | | [optional] |
| source_language | str | | |
| translation | str | | |
| translation_available | bool | | |
fromtwitter_openapi_python_generated.models.grok_translated_community_noteimportGrokTranslatedCommunityNote# TODO update the JSON string belowjson="{}"# create an instance of GrokTranslatedCommunityNote from a JSON stringgrok_translated_community_note_instance=GrokTranslatedCommunityNote.from_json(json)
# print the JSON string representation of the objectprint(GrokTranslatedCommunityNote.to_json())
# convert the object into a dictgrok_translated_community_note_dict=grok_translated_community_note_instance.to_dict()
# create an instance of GrokTranslatedCommunityNote from a dictgrok_translated_community_note_from_dict=GrokTranslatedCommunityNote.from_dict(grok_translated_community_note_dict)[Back to Model list][Back to API list][Back to README]