Class TweetMediaArgs

The arguments specifying the media to be posted in a single tweet.

Hierarchy

  • TweetMediaArgs

Constructors

Properties

Constructors

Properties

path: string

The path to the media file.

Remarks

The size of the media file must be <= 5242880 bytes.

tags?: string[]

The list of id of users to be tagged in the media.

Remarks

Max number of tags is 10.

Generated using TypeDoc