Interface INewTweetMedia

Configuration for the media to be uploaded.

interface INewTweetMedia {
    id: string;
    tags?: string[];
}

Implemented by

Properties

Properties

id: string

The id of the media to upload.

tags?: string[]

The list of id of the users to tag in the media.

Maximum number of users that can be tagged is 10.