OptionalchangePassword change arguments.
Required only when changing password using ResourceType.USER_PASSWORD_CHANGE.
OptionalconversationThe id of the conversation to delete.
Required only when deleting a conversation using ResourceType.DM_DELETE_CONVERSATION
OptionalidThe id of the target resource.
Required only when posting using the following resources:
For ResourceType.USER_USERNAME_CHANGE, use IPostArgs.username.
id is still accepted for backward compatibility.
OptionalprofileBase64-encoded profile banner data.
Required only when updating profile banner using ResourceType.USER_PROFILE_BANNER_UPDATE.
OptionalprofileBase64-encoded profile image data.
Required only when updating profile image using ResourceType.USER_PROFILE_IMAGE_UPDATE.
OptionalprofileProfile update options.
Required only when updating user profile using ResourceType.USER_PROFILE_UPDATE
OptionaltweetThe tweet that is to be posted.
Required only when posting a tweet using ResourceType.TWEET_POST
OptionaluploadThe media file to be uploaded.
OptionaluserThe id of the target user.
OptionalusernameThe new username to set.
Required only when changing username using ResourceType.USER_USERNAME_CHANGE.
Options specifying the data that is to be posted.