lookupProfileBannerById abstract method

Future<TwitterResponse<ProfileBannerVariantsData, void>> lookupProfileBannerById({
  1. required String userId,
})

Returns a map of the available size variations of the specified user's profile banner.

The profile banner data available at each size variant's URL is in PNG format.

Parameters

  • userId: The ID of the user for whom to return results.

Endpoint Url

Authentication Methods

  • OAuth 1.0a

Reference

Implementation

Future<TwitterResponse<ProfileBannerVariantsData, void>>
    lookupProfileBannerById({
  required String userId,
});