Package blue. starry. penicillin. extensions. models
Types
Profile banners allow users to further customize the expressiveness of their profiles. To upload a profile banner on behalf of a user, use POST account / update_profile_banner. Profile banners come in a variety of display-enhanced sizes. The variant sizes are available through a request to GET users / profile_banner or by modifying the final path component of the profile_banner_url found in a user object according to the table below. The profile banner data available at each size variant’s URL is in PNG format.
Profile images (also known as avatars) are an important component of a Twitter account’s expression of identity. To upload a profile image on behalf of a user, use POST account / update_profile_image.
Functions
Creates an action to add this user to the list.
Creates an action to block this user.
Creates an action to delete this status.
Creates an action to favorite this status.
Creates an action to follow this user.
Creates an action to retrieve followers' ids of this user.
Creates an action to retrieve followers' users of this user.
Creates an action to retrieve friends' (follows') ids of this user.
Creates an action to retrieve friends' (follows') users of this user.
Removes the user from this list. This function is suspend-function.
Removes the users from this list. This function is suspend-function.
Creates an action to mute this user.
Adds the user to this list. This function is suspend-function.
Adds the users to this list. This function is suspend-function.
Returns profile banner url with specified size.
Returns profile image url (HTTPS) with specified size.
Returns profile image url with specified size.
Creates an action to retrieve this user.
Creates an action to retrieve this status.
Creates an action to remove this user from the list.
Creates an action to report this user as spam.
Creates an ation to retrieve the user timeline of this user.
Creates an action to unblock this user.
Creates an action to unfavorite this status.
Creates an action to unfollow this user.
Creates an action to unmute this user.
Properties
Returns a range from firstIndex value up to but excluding lastIndex value.