Class PostArgs

Options specifying the data that is to be posted.

Hierarchy

  • PostArgs

Constructors

Properties

Constructors

Properties

id?: string

The id of the target resource.

Remarks

Required only when posting using the following resources:

tweet?: TweetArgs

The tweet that is to be posted.

Remarks

Required only when posting a tweet using TWEET_POST

upload?: UploadArgs

The media file to be uploaded.

Remarks

Required only when uploading a media using the following resources:

Generated using TypeDoc