description:'The category that represents how the media will be used',
},
],
},
],
default:'',
description:'Array of supported attachments to add to the message.',
},
{
displayName:'Display Coordinates',
name:'displayCoordinates',
type:'boolean',
default:false,
description:'Whether or not to put a pin on the exact coordinates a Tweet has been sent from.',
},
{
displayName:'Location',
name:'locationFieldsUi',
type:'fixedCollection',
placeholder:'Add Location',
default:{},
description:`Subscriber location information.n`,
options:[
{
name:'locationFieldsValues',
displayName:'Location',
values:[
{
displayName:'Latitude',
name:'latitude',
type:'string',
required: true,
description:'The location latitude.',
default:'',
},
{
displayName:'Longitude',
name:'longitude',
type:'string',
required: true,
description:'The location longitude.',
default:'',
},
],
},
],
},
{
displayName:'Possibly Sensitive',
name:'possiblySensitive',
type:'boolean',
default:false,
description:'If you upload Tweet media that might be considered sensitive content such as nudity, or medical procedures, you must set this value to true.',