Class TweetArgs

The arguments specifying the tweet to be posted.

Hierarchy

  • TweetArgs

Constructors

Properties

Constructors

Properties

media?: TweetMediaArgs[]

The media content of the tweet.

Remarks

Max number of media that can be posted is 4.

text: string

The text content of the tweet.

Remarks

Length must be <= 280 characters.

Generated using TypeDoc