Class TweetArgs

Options specifying the tweet that is to be posted.

Hierarchy

  • NewTweet
    • TweetArgs

Constructors

Properties

media?: TweetMediaArgs[]

The list of media to be uploaded.

Remarks

Maximum number of media items that can be posted is 4.

quote?: string

The id of the tweet to quote.

replyTo?: string

The id of the tweet to which the given tweet must be a reply.

scheduleFor?: Date

The date/time at which the tweet must be scheduled to be posted.

text: string

The text for the tweet to be created.

Remarks

Length of the tweet must be <= 280 characters.

Generated using TypeDoc